Skip to content
Snippets Groups Projects
Verified Commit 65da43de authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[CI] set-variables job should never be skipped : mandatory for other steps

parent 80dcc971
No related branches found
No related tags found
No related merge requests found
Pipeline #54484 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment