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

deprecate_ci_project_config_path_variable.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c262a641bd17d4f916c85fe861b6406f91b8066f (plain)
1
2
3
4
5
6
- name: "`CI_PROJECT_CONFIG_PATH` removed in GitLab 14.0"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: stkerr
  body: |
    GitLab 14.0 removes the `CI_PROJECT_CONFIG_PATH` pre-defined project variable in favor of `CI_CONFIG_PATH`, which is functionally the same. If you are using `CI_PROJECT_CONFIG_PATH` in your pipeline configurations, update them to use `CI_CONFIG_PATH` instead.