Skip to content

Commit 24b094d

Browse files
authored
Merge pull request #369 from PolicyEngine/chore/bill
Fix deploy script
2 parents df677ad + 88324c5 commit 24b094d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gcp-deploy.reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
US_VERSION="${{ steps.versions.outputs.us_version }}"
176176
UK_VERSION="${{ steps.versions.outputs.uk_version }}"
177177
178-
../../../scripts/update-deployments-manifest.sh \
178+
bash ../../../scripts/update-deployments-manifest.sh \
179179
"$METADATA_BUCKET" \
180180
"$REVISION" \
181181
"$US_VERSION" \
@@ -185,7 +185,7 @@ jobs:
185185
working-directory: deployment/terraform/infra
186186
run: |
187187
TAGGER_URL=$(terraform output -raw tagger_api_url)
188-
../../../scripts/cleanup-old-revisions.sh "$TAGGER_URL" 40
188+
bash ../../../scripts/cleanup-old-revisions.sh "$TAGGER_URL" 40
189189
190190
integ_test:
191191
name: Run integration test

0 commit comments

Comments
 (0)