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