Skip to content

Commit

Permalink
Modify use of --exit-code-from to use it well
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Feb 21, 2024
1 parent 9fb0874 commit daa808a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 🛠️ Build with HUGO
# shell: bash
run: |
docker compose up builder --exit-code-from
docker compose up --exit-code-from builder
echo $?
# Upload build artifacts for deployment or download
Expand Down

0 comments on commit daa808a

Please sign in to comment.