Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Mitrofanov <nikolay.mitrofanov@flant.com>
  • Loading branch information
name212 committed Sep 21, 2024
1 parent 13dfff7 commit 424e169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/cloud_layouts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ set -Eeuo pipefail
>&2 echo "Download yq..."
/opt/deckhouse/bin/d8-curl -sSLf https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64 -o - > /opt/deckhouse/bin/yq
/opt/deckhouse/bin/d8-curl -sSLfv -o /tmp/yq https://github.com/mikefarah/yq/releases/download/v4.44.3/yq_linux_amd64
>&2 echo "chmod yq..."
Expand Down Expand Up @@ -501,7 +501,7 @@ metadata:
spec:
version: v1.96.3
requirements: {}
' | /opt/deckhouse/bin/yq '. | load("/tmp/releaseFile.yaml") as \$d1 | .spec.requirements=\$d1.requirements' | kubectl apply -f -
' | /tmp/yq '. | load("/tmp/releaseFile.yaml") as \$d1 | .spec.requirements=\$d1.requirements' | kubectl apply -f -
>&2 echo "Remove release file ..."
Expand Down

0 comments on commit 424e169

Please sign in to comment.