From 06842abb62910861d3b9644ee855f946fa170491 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Fri, 31 Jan 2020 12:06:34 +0100 Subject: [PATCH] [CI] Watch changes recursively --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41c75a35..b092f438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab