diff --git a/pipelines/temp b/pipelines/temp deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/install-yq.sh b/scripts/install-yq.sh index 577640e..7e1d1ca 100644 --- a/scripts/install-yq.sh +++ b/scripts/install-yq.sh @@ -1,7 +1,7 @@ #!/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