We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df677ad + 88324c5 commit 24b094dCopy full SHA for 24b094d
.github/workflows/gcp-deploy.reusable.yml
@@ -175,7 +175,7 @@ jobs:
175
US_VERSION="${{ steps.versions.outputs.us_version }}"
176
UK_VERSION="${{ steps.versions.outputs.uk_version }}"
177
178
- ../../../scripts/update-deployments-manifest.sh \
+ bash ../../../scripts/update-deployments-manifest.sh \
179
"$METADATA_BUCKET" \
180
"$REVISION" \
181
"$US_VERSION" \
@@ -185,7 +185,7 @@ jobs:
185
working-directory: deployment/terraform/infra
186
run: |
187
TAGGER_URL=$(terraform output -raw tagger_api_url)
188
- ../../../scripts/cleanup-old-revisions.sh "$TAGGER_URL" 40
+ bash ../../../scripts/cleanup-old-revisions.sh "$TAGGER_URL" 40
189
190
integ_test:
191
name: Run integration test
0 commit comments