From 65da43de6aaa7b084b61614f1aaa8532919f4c9f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Thu, 30 Jan 2020 00:06:56 +0100 Subject: [PATCH] [CI] set-variables job should never be skipped : mandatory for other steps --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b02c03d..bf43643d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,12 +62,7 @@ set-variables: - ./get-modified-image.sh # If the Dockerfile is changed, force the build. # Otherwise, may be triggered manually. - rules: - - changes: - - "**/Dockerfile" - - "**/docker-compose.yml" - when: always - - when: manual + when: always # Build the image that was modified build: -- GitLab