Skip to content

Commit 1655059

Browse files
authored
updating-jq-and-yq-versions (#1569)
1 parent 5f7f7f7 commit 1655059

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Jenkinsfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,8 @@ pipeline {
277277
278278
curl -fsSL https://get.helm.sh/helm-v3.12.3-linux-amd64.tar.gz | sudo tar -C /usr/local/bin --strip-components 1 -xzf - linux-amd64/helm
279279
280-
sudo sh -c "curl -s -L https://github.com/mikefarah/yq/releases/download/v4.35.1/yq_linux_amd64 > /usr/local/bin/yq"
281-
sudo chmod +x /usr/local/bin/yq
282-
283-
sudo sh -c "curl -s -L https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64 > /usr/local/bin/jq"
284-
sudo chmod +x /usr/local/bin/jq
280+
sudo curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64 -o /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
281+
sudo curl -fsSL https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 -o /usr/local/bin/jq && sudo chmod +x /usr/local/bin/jq
285282
286283
sudo tee /etc/yum.repos.d/google-cloud-sdk.repo << EOF
287284
[google-cloud-cli]

0 commit comments

Comments
 (0)