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

Commit

Permalink
gcloud components update to use the quiet option (#494)
Browse files Browse the repository at this point in the history
* gcloud components upgrade with quiet option

* quiet for gcloud components install too

---------

Co-authored-by: suztomo <[email protected]>
  • Loading branch information
suztomo and suztomo authored Oct 3, 2023
1 parent 0a0a505 commit a757a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 install app-engine-java
sudo /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo /opt/google-cloud-sdk/bin/gcloud components install app-engine-java --quiet

cd github/app-maven-plugin
./mvnw clean install -B -U
Expand Down
4 changes: 2 additions & 2 deletions kokoro/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 install app-engine-java
sudo -E /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo -E /opt/google-cloud-sdk/bin/gcloud components install app-engine-java --quiet

cd github/app-maven-plugin
./mvnw -Prelease -B -U verify
Expand Down

0 comments on commit a757a3f

Please sign in to comment.