Skip to content

Commit 5167f67

Browse files
1 parent e711c9f commit 5167f67

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ steps:
5151
exit 1
5252
fi
5353
set -x
54-
cd /workspace
55-
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
54+
cd /workspace && make
5955
REGION="$${ZONE%-*}"
6056
BUILD_ID_SHORT=$${BUILD_ID:0:6}
6157
BLUEPRINT="/workspace/examples/h4d-vm.yaml"
@@ -69,8 +65,3 @@ steps:
6965
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
7066
--extra-vars="region=$${REGION} zone=$${ZONE}" \
7167
--extra-vars="@tools/cloud-build/daily-tests/tests/h4d-vm.yml"
72-
secretEnv: ['GCLUSTER_GCS_PATH']
73-
availableSecrets:
74-
secretManager:
75-
- versionName: projects/${PROJECT_ID}/secrets/gcluster-develop-release-bucket/versions/latest
76-
env: 'GCLUSTER_GCS_PATH'

0 commit comments

Comments
 (0)