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

[CI] Watch changes recursively

parent 8de12cfa
No related branches found
No related tags found
No related merge requests found
Pipeline #54583 failed
......@@ -46,7 +46,7 @@ pica-ci-base:
- docker logout $REGISTRY_PROD
only:
changes:
- "pica-ci-base/*"
- "pica-ci-base/**"
refs:
- master
- dev-ci
......@@ -64,7 +64,7 @@ set-variables:
# Otherwise, may be triggered manually.
only:
changes:
- "pica-*/*"
- "pica-*/**"
# Build the image that was modified
build:
......@@ -91,7 +91,7 @@ build:
- "pica-*/Dockerfile"
when: always
- changes:
- "pica-*/*"
- "pica-*/**"
when: manual
- when: never
......@@ -118,7 +118,7 @@ clair:
- "pica-*/clair-whitelist.yml"
when: on_success
- changes:
- "pica-*/*"
- "pica-*/**"
when: manual
- when: never
......@@ -151,7 +151,7 @@ docker-bench-security:
- "pica-*/docker-compose.yml"
when: on_success
- changes:
- "pica-*/*"
- "pica-*/**"
when: manual
- when: never
......@@ -172,5 +172,5 @@ push-prod:
refs:
- master
changes:
- "pica-*/*"
- "pica-*/**"
when: manual
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