Skip to content

Commit

Permalink
incident-2024-05-22-release-pipeline-blocked (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA authored May 22, 2024
1 parent 7a6a63e commit 65ae400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_github_arc_docker_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Deploy
run: |
./scripts/callManifestsRollout.sh -s app=arc,tier=scaleset -t tag=$INFRASTRUCTURE_VERSION -n github-arc-ss
./scripts/callManifestsRollout.sh -s app=arc,tier=scaleset -t $INFRASTRUCTURE_VERSION -n github-arc-ss
# TODO: Helmfile rollout

Expand All @@ -70,4 +70,4 @@ jobs:
if: ${{ failure() }}
run: |
json="{'text':'<!here> Docker Build for Github ARC is failing in <https://github.com/cds-snc/notification-terraform/actions/runs/${GITHUB_RUN_ID}|notification-terraform> !'}"
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.GHA_FAIL_SLACK_WEBHOOK }}
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.GHA_FAIL_SLACK_WEBHOOK }}

0 comments on commit 65ae400

Please sign in to comment.