Allow the final cleanup job to fail without impacting the build.

This commit is contained in:
Manuel Friedli 2017-04-15 19:47:59 +02:00
parent 6b2908f45d
commit 87da76dc34
1 changed files with 1 additions and 0 deletions

View File

@ -75,3 +75,4 @@ cleanup_job:
script:
- rm -rf node_modules
when: always
allow_failure: true