Commit 032afc9d authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-hchouraria-external-ci-config-default-branch-target-project' into 'master'

External CI config lookup uses default branch

See merge request gitlab-org/gitlab!67580
parents e8bbb804 52345691
......@@ -122,8 +122,13 @@ If the CI/CD configuration file is on an external site, the URL must end with `.
- `http://example.com/generate/ci/config.yml`
If the CI/CD configuration file is in a different project, the path must be relative
to the root directory in the other project. Include the group and project name at the end:
If the CI/CD configuration file is in a different project:
- The file must exist on its default branch.
- The path must be relative to the root directory in the other project.
- The path must include the group and project name at the end.
For example:
- `.gitlab-ci.yml@mygroup/another-project`
- `my/path/.my-custom-file.yml@mygroup/another-project`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment