mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 16:31:21 -05:00
initial commit
This commit is contained in:
parent
3c2310be91
commit
d4b6f78554
12 changed files with 206 additions and 0 deletions
8
scripts/install-yq.sh
Normal file
8
scripts/install-yq.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Install YQ
|
||||
|
||||
export YQ_VERSION=4.27.2
|
||||
export YQ_ARCH=linux_amd64
|
||||
curl -fsSL "https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${YQ_ARCH}" -o yq
|
||||
chmod +x yq
|
||||
Loading…
Add table
Add a link
Reference in a new issue