Skip to content

Commit 8ecbf39

Browse files
gurusai-voletivitalybuka
authored andcommitted
chore: Migrate gsutil usage to gcloud storage
1 parent a8e8f68 commit 8ecbf39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildbot/start_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ EOF
119119
set +x
120120
buildbot-worker create-worker -f --allow-shutdown=signal ${BOT_DIR} lab.llvm.org:$SERVER_PORT \
121121
"$WORKER_NAME" \
122-
"$(gsutil cat gs://sanitizer-buildbot/buildbot_password)"
122+
"$(gcloud storage cat gs://sanitizer-buildbot/buildbot_password)"
123123
set -x
124124

125125
mkdir -p /var/lib/buildbot/workers/b

0 commit comments

Comments
 (0)