Re: [PATCH] gitlab-ci/containers: Add missing wildcard where we should look for changes

2020-07-13 Thread Philippe Mathieu-Daudé
On 7/13/20 8:22 PM, Thomas Huth wrote: > 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

Re: [PATCH] gitlab-ci/containers: Add missing wildcard where we should look for changes

2020-07-13 Thread Alex Bennée
Thomas Huth writes: > 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. W

[PATCH] gitlab-ci/containers: Add missing wildcard where we should look for changes

2020-07-13 Thread Thomas Huth
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 sta