You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
306 B
8 lines
306 B
/*
|
|
* This document explain how to setup the CI in a fork of the project.
|
|
*/
|
|
|
|
In order to set-up the CI in a fork, the location of the gitlab-ci.yml file
|
|
needs to be provide to gitlab.
|
|
For that, in `Setting->CI/CD->General pipelines->Custom CI config path`,
|
|
change `gitlab-ci.yml` to `ci/gitlab-ci.yml`.
|
|
|