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

[CI] Always trigger set-variables to prevent errors

parent e90effa1
No related branches found
No related tags found
No related merge requests found
......@@ -58,16 +58,11 @@ set-variables:
# If there are changes in any of the files and folders of 'pica-*' or
# 'meta-*', then propose a manual build
rules:
- changes:
- "pica-*/Dockerfile"
- "pica-*/clair-whitelist.yml"
- "meta-*/Dockerfile"
- "meta-*/clair-whitelist.yml"
when: always
- changes:
- "pica-*/**"
when: manual
when: always
allow_failure: true
- when: never
# 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