summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-10-26 12:24:52 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-10-26 12:24:52 +0000
commit9791f82b4b4f873c153e6698fbb2148b8fa5babe (patch)
treee2e30d9d90975e6a934a60034b0d556d2ddfe3f1
parentad8a859b6efab6e9aabb8f4e5f1f0e38b1365a1a (diff)
parent06d5ff58580d2ea8305c789f6eb2a4be52e4e1a8 (diff)
downloadgitlab-ce-9791f82b4b4f873c153e6698fbb2148b8fa5babe.tar.gz
Merge branch 'docs/onlychanges' into 'master'
Improvement to ci/yaml documentation See merge request gitlab-org/gitlab-ce!22613
-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