Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taraepp committed Oct 13, 2023
1 parent 4e3d0c3 commit c7c5bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Watch Rollout Status
run: |
oc -n 4c2ba9-{{ env.ENVIRONMENT }} rollout status deployment/schemaspy
oc -n 4c2ba9-${{ env.ENVIRONMENT }} rollout status deployment/schemaspy
timeout-minutes: 10

- name: Notify Discord of Rollout success
if: ${{ success() }}
run: ./gitops/notify_discord.sh schemaspy {{ env.ENVIRONMENT }} ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} 0
run: ./gitops/notify_discord.sh schemaspy ${{ env.ENVIRONMENT }} ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} 0

- name: Notify Discord of Rollout failure
if: ${{ failure() }}
run: ./gitops/notify_discord.sh schemaspy {{ env.ENVIRONMENT }} ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} 1
run: ./gitops/notify_discord.sh schemaspy ${{ env.ENVIRONMENT }} ${{ github.sha }} ${{ secrets.DISCORD_DEPLOYMENT_WEBHOOK }} 1

0 comments on commit c7c5bca

Please sign in to comment.