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

[CI] Trigger pipeline only on pica-* subfolders

parent 35f98b6a
No related branches found
No related tags found
No related merge requests found
Pipeline #54487 waiting for manual action
......@@ -64,7 +64,7 @@ set-variables:
# Otherwise, may be triggered manually.
only:
changes:
- "**/*"
- "pica-*/*"
# Build the image that was modified
build:
......@@ -83,7 +83,7 @@ build:
# Otherwise, may be triggered manually.
rules:
- changes:
- "**/Dockerfile"
- "pica-*/Dockerfile"
when: always
- when: manual
......@@ -105,9 +105,9 @@ clair:
- clair.log
rules:
- changes:
- "**/Dockerfile"
- "**/docker-compose.yml"
- "**/clair-whitelist.yml"
- "pica-*/Dockerfile"
- "pica-*/docker-compose.yml"
- "pica-*/clair-whitelist.yml"
when: always
- when: manual
......@@ -135,8 +135,8 @@ docker-bench-security:
- report.txt
rules:
- changes:
- "**/Dockerfile"
- "**/docker-compose.yml"
- "pica-*/Dockerfile"
- "pica-*/docker-compose.yml"
when: always
- 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