Skip to content

Commit 2a57c8e

Browse files
committed
Incrementally testing GH action.
1 parent 037064d commit 2a57c8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
GCP_REGION=${{ vars.MOBILITY_FEEDS_REGION }}
4747
SQL_INSTANCE_NAME=${{ secrets.DB_INSTANCE_NAME }}
4848
49+
gcloud config set project $DEST_PROJECT_ID
50+
4951
# Check if the bucket already exists
5052
if ! gsutil ls -b "gs://${DUMP_BUCKET_NAME}" &> /dev/null; then
5153
echo "Bucket doesn't exist. Creating..."

0 commit comments

Comments
 (0)