Skip to content

Commit

Permalink
Merge pull request #2789 from GoogleCloudPlatform/update_ci_script
Browse files Browse the repository at this point in the history
Remove unnecessary noises while deleting bucket in CI Pipeline
  • Loading branch information
vipnydav authored Dec 12, 2024
2 parents fb57680 + 8bf3207 commit 96ad65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function clean_up() {
# Empty bucket name may cause deletions of all the buckets.
if [ "$bucket" != "" ];
then
gcloud alpha storage rm --recursive gs://$bucket
gcloud alpha storage rm --recursive gs://$bucket 2>&1 | grep "ERROR"
fi
done
}
Expand Down

0 comments on commit 96ad65c

Please sign in to comment.