Skip to content

Commit 9615583

Browse files
committed
fix: Move project specification to script itself
1 parent 755ac86 commit 9615583

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/request-model-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ! [[ "$TIMEOUT_SECONDS" =~ ^[0-9]+$ ]] || ! [[ "$CHECK_INTERVAL" =~ ^[0-9]+$
9898
fi
9999

100100
# Configuration
101-
PROJECT_ID="${GOOGLE_CLOUD_PROJECT:-$(gcloud config get-value project 2>/dev/null)}"
101+
PROJECT_ID="prod-api-v2-c4d5"
102102
WORKFLOW_LOCATION="${WORKFLOW_LOCATION:-us-central1}"
103103
WORKFLOW_NAME="wait-for-country-packages"
104104

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ jobs:
9595
run: make install
9696
- name: Test deployment prevention script
9797
run: ".github/request-model-versions.sh -b prod-api-v2-c4d5-metadata -us 1.1.1 -uk 1.1.1 -t 30"
98-
env:
99-
GOOGLE_CLOUD_PROJECT: policyengine-api-v2
10098
- name: Test the API
10199
run: make test
102100
env:

0 commit comments

Comments
 (0)