0

My use case :

  • The first repo on my Gitlab server. I want to trigger pipelines using the standard gitlab-ci.yml file.
  • A second repo, mirrored from the first repo, on another Gitlab instance. I want to trigger different pipelines, using a gitlab-ci-mirror.yml for example.

Can I tell the second Gitlab instance to use the gitlab-ci-mirror.yml for its pipelines? And not the gitlab-ci.yml ?

1 Answer 1

1

In the project settings, you can change the CI configuration path. This can be a file in the repository or you can even specify a file in another repository.

See specify a custom CICD configuration file for more information.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.