Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-02-27 13:29:08 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-02-27 13:29:08 +0300
commit1b10b77babf008daf337ff194f10508935a8c8a2 (patch)
treedc4bd3ccbdabed07f9b5a41a4ffd43d74eb99580 /changelogs
parent8909c06a0b2d84a40b5f58a1ab0d955e9bb299bc (diff)
parent3a2f42925fab6ff398bd85447fbb3bd5ff42cae9 (diff)
Merge branch 'include-ci-yaml' into 'master'
fix: validate 'include' keywords in gitlab-ci.yml configuration files Closes #55863 See merge request gitlab-org/gitlab-ce!24098
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/include-ci-yaml.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/include-ci-yaml.yml b/changelogs/unreleased/include-ci-yaml.yml
new file mode 100644
index 00000000000..5909950ef0b
--- /dev/null
+++ b/changelogs/unreleased/include-ci-yaml.yml
@@ -0,0 +1,5 @@
+---
+title: Validate 'include' keywords in gitlab-ci.yml configuration files.
+merge_request: 24098
+author: Paul Bonaud
+type: fixed