Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
gcloud components upgrade with quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 3, 2023
1 parent a7cfd54 commit 77f0027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Display commands to stderr.
set -x

sudo /opt/google-cloud-sdk/bin/gcloud components update
sudo /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo /opt/google-cloud-sdk/bin/gcloud components install app-engine-java

cd github/app-maven-plugin
Expand Down
2 changes: 1 addition & 1 deletion kokoro/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# Display commands to stderr.
set -x

sudo -E /opt/google-cloud-sdk/bin/gcloud components update
sudo -E /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo -E /opt/google-cloud-sdk/bin/gcloud components install app-engine-java

cd github/app-maven-plugin
Expand Down

0 comments on commit 77f0027

Please sign in to comment.