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 e9fdf63 commit 63ebeff
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 @@ -26,6 +26,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 63ebeff

Please sign in to comment.