diff options
author | Luca Orlandi <luca.orlandi@gmail.com> | 2019-05-21 14:09:49 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-05-21 14:09:49 +0000 |
commit | 96200113f0fad8e003c958000f34bc4b808dc556 (patch) | |
tree | 662e7a5d8ca7b538e324c1edfeeb301abd28f9ff /changelogs | |
parent | e556b421c503a067908d6937a2deb74310037a29 (diff) | |
download | gitlab-ce-96200113f0fad8e003c958000f34bc4b808dc556.tar.gz |
Jobs should be better isolated to avoid interference with other `image` or `before_script` statements.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/patch-55.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/patch-55.yml b/changelogs/unreleased/patch-55.yml new file mode 100644 index 00000000000..7a6d6bfed2f --- /dev/null +++ b/changelogs/unreleased/patch-55.yml @@ -0,0 +1,5 @@ +--- +title: Better isolated `Docker.gitlab-ci.yml` to avoid interference with other job configurations. +merge_request: 28213 +author: lrkwz +type: changed |