Skip to content

Commit 8be2f15

Browse files
adding_zip_to_binary (#5123)
1 parent c0f8014 commit 8be2f15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/cloud-build/daily-tests/builds/h4d-vm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ steps:
5252
fi
5353
set -x
5454
cd /workspace
55-
gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster .
55+
gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster-bundle.zip .
56+
unzip -o gcluster-bundle.zip
5657
# Grant execution permissions to the binary
5758
chmod +x gcluster
5859
REGION="$${ZONE%-*}"

0 commit comments

Comments
 (0)