Skip to content

Commit

Permalink
dump docker logs - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 15, 2023
1 parent 3e93fd7 commit 4c2f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: dump mongo logs
if: always()
run: |
docker logs mongo || true
docker logs "${{ job.services.mongo.id }}" || true
release:
Expand Down

0 comments on commit 4c2f646

Please sign in to comment.