From a644328a7a92bf670c5ac182ef71184580bb2faa Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Wed, 27 May 2020 01:10:39 +0200 Subject: [PATCH] [CI] Allow pica-ci-base to fail to skip step when launching manually a Pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a1e46ac..747e0c74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,8 @@ pica-ci-base: changes: - "pica-ci-base/Dockerfile" when: manual + allow_failure: true + - when: never # Create a file a few environment variables added (which Dockerfile has been modified, the complete name of the image...) # The file will be an artifact shared with further steps -- GitLab