Skip to content

Commit 6f60a24

Browse files
huthstsquad
authored andcommitted
gitlab-ci/containers: Add missing wildcard where we should look for changes
The tests/docker/* wildcard seems to only match the files that are directly in the tests/docker folder - but changes to the files in the directory tests/docker/dockerfiles are currently ignored. Seems like we need a separate entry to match the files in that folder. With this wildcard added, the stages now get re-run successfully when something in the dockerfiles has been changed. Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent f73e485 commit 6f60a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.d/containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- changes:
2525
- .gitlab-ci.d/containers.yml
2626
- tests/docker/*
27+
- tests/docker/dockerfiles/*
2728
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
2829
- if: '$CI_COMMIT_REF_NAME == "testing/next"'
2930

0 commit comments

Comments
 (0)