Skip to content

Commit 43159c0

Browse files
chore: Migrate gsutil usage to gcloud storage (#278)
1 parent cf3821f commit 43159c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/registry-protoc-gen-doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ We will be running the registry controller with a custom manifest which can :
8989
#Delete grpc-doc-url artifact for all specs in registry
9090
#Delete the files from the GCS bucket
9191
registry delete apis/-/versions/-/specs/-/artifacts/grpc-doc-url
92-
gsutil rm -rf gs://grpc-docs/*
92+
gcloud storage rm --recursive --continue-on-error gs://grpc-docs/*
9393
```

0 commit comments

Comments
 (0)