Skip to content

Commit

Permalink
Update ci-pipeline.yml: capture logs only if failed; refresh envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 27, 2024
1 parent f2d7406 commit 7e465e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
timeout: 120

- name: Capture Docker Logs
if: always()
if: failure()
run: |
echo 'Capturing Docker logs...'
docker logs app
Expand Down

0 comments on commit 7e465e0

Please sign in to comment.