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:
Diffstat (limited to 'data/removals/15_0/15-0-type.yml')
-rw-r--r--data/removals/15_0/15-0-type.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/removals/15_0/15-0-type.yml b/data/removals/15_0/15-0-type.yml
deleted file mode 100644
index 184bd6fb2e6..00000000000
--- a/data/removals/15_0/15-0-type.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- title: "`type` and `types` keyword from CI/CD configuration"
- announcement_milestone: "14.6"
- announcement_date: "2021-12-22"
- removal_milestone: "15.0"
- removal_date: "2022-05-22"
- breaking_change: true
- reporter: dhershkovitch
- body: | # Do not modify this line, instead modify the lines below.
- The `type` and `types` CI/CD keywords is removed in GitLab 15.0, so pipelines that use these keywords fail with a syntax error. Switch to `stage` and `stages`, which have the same behavior.
-# The following items are not published on the docs page, but may be used in the future.