Skip to content

Commit acb4d3b

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update references from gsutil to gcloud storage
PiperOrigin-RevId: 892077992
1 parent 456866b commit acb4d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/docker_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ echo "Updating Ruby prebuilt binaries..."
3636
pushd gapic-generator-ruby
3737
git checkout -b "${BRANCH}"
3838
rm -rf rules_ruby_gapic/prebuilt/ruby-*.tar.gz
39-
gsutil cp 'gs://gapic-images/prebuild/ruby-*.tar.gz' rules_ruby_gapic/prebuilt
39+
gcloud storage cp 'gs://gapic-images/prebuild/ruby-*.tar.gz' rules_ruby_gapic/prebuilt
4040
git add rules_ruby_gapic/prebuilt/
4141
git commit -m "fix: update Ruby prebuilt binary"
4242
echo "Pushing Ruby branch to GitHub..."

0 commit comments

Comments
 (0)