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

[CI] Enclose double stars

parent 9540fdef
No related branches found
No related tags found
No related merge requests found
Pipeline #54477 failed
......@@ -60,8 +60,8 @@ set-variables:
# Otherwise, may be triggered manually.
rules:
- changes:
- **/Dockerfile
- **/docker-compose.yml
- "**/Dockerfile"
- "**/docker-compose.yml"
when: always
- when: manual
only:
......@@ -86,7 +86,7 @@ build:
# Otherwise, may be triggered manually.
rules:
- changes:
- **/Dockerfile
- "**/Dockerfile"
when: always
- when: manual
only:
......
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