Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Lilljedahl <[email protected]>
  • Loading branch information
marcosnils committed Jun 11, 2024
1 parent 1b1c096 commit 98a95ed
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
DAGGER_VERSION: 0.11.6
DAGGER_VERSION: 0.11.7

jobs:
build:
Expand Down Expand Up @@ -66,6 +66,18 @@ jobs:
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

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

- name: Upload Dagger Engine logs as artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: always()
with:
name: "Dagger Engine logs"
path: engine.log
retention-days: 14

commit-hooks:
name: Commit hooks
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98a95ed

Please sign in to comment.