diff --git a/job-templates.yml b/job-templates.yml index b4f3542..7697109 100644 --- a/job-templates.yml +++ b/job-templates.yml @@ -27,7 +27,7 @@ render-job-templates-yml: # End of install-git.sh # Begin of install-yq.sh - - "#Install YQ\nexport YQ_VERSION=4.27.2\nexport YQ_ARCH=linux_amd64 \ncurl -fsSL \"https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${YQ_ARCH}\" -o yq \nchmod +x yq\n" + - "#Install YQ\n#\nexport YQ_VERSION=4.27.2\nexport YQ_ARCH=linux_amd64 \ncurl -fsSL \"https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_${YQ_ARCH}\" -o yq \nchmod +x yq\n" # End of install-yq.sh # Begin of render-job-templates.sh