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/14_0/removal_ci_project_config_path.yml')
-rw-r--r--data/removals/14_0/removal_ci_project_config_path.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/removals/14_0/removal_ci_project_config_path.yml b/data/removals/14_0/removal_ci_project_config_path.yml
new file mode 100644
index 00000000000..8e90c83c7c4
--- /dev/null
+++ b/data/removals/14_0/removal_ci_project_config_path.yml
@@ -0,0 +1,11 @@
+- name: "`CI_PROJECT_CONFIG_PATH` variable has been removed"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: stkerr
+ body: |
+ The `CI_PROJECT_CONFIG_PATH` [predefined project variable](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html)
+ has been removed in favor of `CI_CONFIG_PATH`, which is functionally the same.
+
+ If you are using `CI_PROJECT_CONFIG_PATH` in your pipeline configurations,
+ please update them to use `CI_CONFIG_PATH` instead.
+