From 45a7bc18d184d59a6bf054abaa73b18c915268ea Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 9 Apr 2023 16:09:48 +0000 Subject: [PATCH] test --- pipelines/temp | 0 scripts/install-yq.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 pipelines/temp 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