Skip to content

Allow to include another project files

Kamil Trzciński requested to merge include-project into master

What does this MR do?

This implements a syntax to include files from another project:

include:
  project: gitlab-org/gitlab-ce
  file: /file # include file with ref that is `HEAD`

or

include:
  - project: gitlab-org/gitlab-ce
    file: /file # include file with ref that is `HEAD`

  - project: gitlab-org/gitlab-ce
    file: /file
    ref: feature-branch

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53903

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports