Allow the final cleanup job to fail without impacting the build.
This commit is contained in:
parent
6b2908f45d
commit
87da76dc34
1 changed files with 1 additions and 0 deletions
|
@ -75,3 +75,4 @@ cleanup_job:
|
||||||
script:
|
script:
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
when: always
|
when: always
|
||||||
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue