This commit is contained in:
parent
9b772ff87b
commit
54be74db63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
||||||
run: task push REPO=gitea.ceperka.net/rosti/runtime VERSION=pipeline
|
run: task push REPO=gitea.ceperka.net/rosti/runtime VERSION=pipeline
|
||||||
- name: Cleaning step
|
- name: Cleaning step
|
||||||
if: always()
|
if: always()
|
||||||
run: docker stop dev_test
|
run: docker stop dev_test || exit 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue