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:
authorKamil TrzciƄski <ayufan@ayufan.eu>2019-06-18 13:36:07 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-06-18 13:36:07 +0300
commit505d71ec88e04f649251b3848a094a9e5ab0f8d5 (patch)
tree9e823a5fa17771ec01b3e0cb33b6283d217dd12e /changelogs
parentc167cc58d3efe2bf1d8f9ccb1a58d7819fef1901 (diff)
Introduce default: for gitlab-ci.yml
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/move-all-configs-to-global.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/move-all-configs-to-global.yml b/changelogs/unreleased/move-all-configs-to-global.yml
new file mode 100644
index 00000000000..ff311d57f8d
--- /dev/null
+++ b/changelogs/unreleased/move-all-configs-to-global.yml
@@ -0,0 +1,5 @@
+---
+title: 'Introduce default: for gitlab-ci.yml'
+merge_request:
+author:
+type: added