mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 20:59:43 +11:00
don't fail if the engine is not running
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
This commit is contained in:
parent
6a288cfe4d
commit
b7d1e6beb9
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
INPUT_MODULE: ${{ inputs.module }}
|
INPUT_MODULE: ${{ inputs.module }}
|
||||||
|
|
||||||
- run: docker stop -t 300 $(docker ps --filter name="dagger-engine-*" -q)
|
# if the engine is not running, ingore the fail
|
||||||
|
- run: docker stop -t 300 $(docker ps --filter name="dagger-engine-*" -q) || true
|
||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue