We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f8014 commit 8be2f15Copy full SHA for 8be2f15
1 file changed
tools/cloud-build/daily-tests/builds/h4d-vm.yaml
@@ -52,7 +52,8 @@ steps:
52
fi
53
set -x
54
cd /workspace
55
- gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster .
+ gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster-bundle.zip .
56
+ unzip -o gcluster-bundle.zip
57
# Grant execution permissions to the binary
58
chmod +x gcluster
59
REGION="$${ZONE%-*}"
0 commit comments