Skip to content

Commit

Permalink
setup: working around issues with deploy_files
Browse files Browse the repository at this point in the history
Change-Id: Id30e252591cc5e521c0a89317a979af99206560a
  • Loading branch information
evil-shrike committed Nov 13, 2023
1 parent ac80934 commit 8ddb31f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gcp/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ TOPIC=$(eval echo $(git config -f $SETTING_FILE pubsub.topic))
SERVICE_ACCOUNT=$PROJECT_NUMBER-compute@developer.gserviceaccount.com

deploy_files() {
set -e
set -x

echo 'Deploying files to GCS'
if ! gsutil ls gs://$PROJECT_ID > /dev/null 2> /dev/null; then
echo "Creating GCS bucket gs://$PROJECT_ID"
Expand Down

0 comments on commit 8ddb31f

Please sign in to comment.