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

removal_ci_project_config_path.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a54722c5923d16ff055a0a707a9564e1ce6b7b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
- title: "`CI_PROJECT_CONFIG_PATH` variable"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: stkerr
  breaking_change: true
  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.