summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Schneider <schneiderlukas99@gmx.at>2018-10-26 06:58:31 +0000
committerLukas Schneider <schneiderlukas99@gmx.at>2018-10-26 06:58:31 +0000
commit06d5ff58580d2ea8305c789f6eb2a4be52e4e1a8 (patch)
tree2e94e960e234cd5794c723ff2fc315520a148a51
parent679c0048a8f679aad456c02e30486150bbd0d93d (diff)
downloadgitlab-ce-06d5ff58580d2ea8305c789f6eb2a4be52e4e1a8.tar.gz
Update README.md
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4b2a6ccc7e4..981aa101dd3 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -474,6 +474,7 @@ docker build:
changes:
- Dockerfile
- docker/scripts/*
+ - dockerfiles/**/*
```
In the scenario above, if you are pushing multiple commits to GitLab to an
@@ -482,6 +483,7 @@ one of the commits contains changes to either:
- The `Dockerfile` file.
- Any of the files inside `docker/scripts/` directory.
+- Any of the files and subfolders inside `dockerfiles` directory.
CAUTION: **Warning:**
There are some caveats when using this feature with new branches and tags. See