From 87da76dc34779401f68581f34b31714d85541d45 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 15 Apr 2017 19:47:59 +0200 Subject: [PATCH] Allow the final cleanup job to fail without impacting the build. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9654ea..257513e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,3 +75,4 @@ cleanup_job: script: - rm -rf node_modules when: always + allow_failure: true