Skip to content

Commit

Permalink
temporarily force failure of build and deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbaig committed Feb 29, 2024
1 parent a107b1d commit 187ab89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
outputs:
docker_image: ${{ steps.dockerimage.outputs.docker_image_tag }}
steps:
- name: Temp force failure
run: |
exit 1
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/build-docker
id: dockerimage
Expand Down

0 comments on commit 187ab89

Please sign in to comment.