Skip to content

Commit

Permalink
ci: fix engine log export
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jun 11, 2024
1 parent fc97e27 commit 00915bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
run: docker logs $(docker ps -q -f name=dagger-engine-) > engine.log
run: docker logs $(docker container list --all --filter 'name=^dagger-engine-*' --format '{{.Names}}') > engine.log
if: always()

- name: Upload Dagger Engine logs as artifact
Expand Down

0 comments on commit 00915bb

Please sign in to comment.