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: ...@@ -60,8 +60,8 @@ set-variables:
# Otherwise, may be triggered manually. # Otherwise, may be triggered manually.
rules: rules:
- changes: - changes:
- **/Dockerfile - "**/Dockerfile"
- **/docker-compose.yml - "**/docker-compose.yml"
when: always when: always
- when: manual - when: manual
only: only:
...@@ -86,7 +86,7 @@ build: ...@@ -86,7 +86,7 @@ build:
# Otherwise, may be triggered manually. # Otherwise, may be triggered manually.
rules: rules:
- changes: - changes:
- **/Dockerfile - "**/Dockerfile"
when: always when: always
- when: manual - when: manual
only: 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