Commit edd6fc97 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'ce-to-ee-2018-10-26' into 'master'

CE upstream - 2018-10-26 13:21 UTC

See merge request gitlab-org/gitlab-ee!8106
parents edf6eeb3 35a69135
...@@ -474,6 +474,7 @@ docker build: ...@@ -474,6 +474,7 @@ docker build:
changes: changes:
- Dockerfile - Dockerfile
- docker/scripts/* - docker/scripts/*
- dockerfiles/**/*
``` ```
In the scenario above, if you are pushing multiple commits to GitLab to an 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: ...@@ -482,6 +483,7 @@ one of the commits contains changes to either:
- The `Dockerfile` file. - The `Dockerfile` file.
- Any of the files inside `docker/scripts/` directory. - Any of the files inside `docker/scripts/` directory.
- Any of the files and subfolders inside `dockerfiles` directory.
CAUTION: **Warning:** CAUTION: **Warning:**
There are some caveats when using this feature with new branches and tags. See There are some caveats when using this feature with new branches and tags. See
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment