Skip to content

Commit

Permalink
Merge pull request openmeterio#1001 from openmeterio/dagger-logs
Browse files Browse the repository at this point in the history
ci: fix engine log export
  • Loading branch information
sagikazarmark authored Jun 11, 2024
2 parents fc97e27 + 00915bb commit 1b1c096
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 1b1c096

Please sign in to comment.