mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
gitlab-ci: allow failure of cleanup job
This commit is contained in:
parent
db42b98010
commit
a03dd33475
@ -1,6 +1,7 @@
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
- deploy
|
||||
- cleanup
|
||||
|
||||
############################################
|
||||
@ -159,6 +160,10 @@ test_ubuntu_1604:
|
||||
<<: *ubuntu_1604
|
||||
<<: *test_linux
|
||||
|
||||
############################################
|
||||
# Deploy stage
|
||||
############################################
|
||||
|
||||
############################################
|
||||
# Cleanup stage
|
||||
############################################
|
||||
@ -172,4 +177,5 @@ linux_cleanup:
|
||||
- docker rm -f `docker ps --no-trunc -aq`
|
||||
- docker images --no-trunc -aqf "dangling=true" | xargs docker rmi -f
|
||||
when: always
|
||||
allow_failure: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user