05_developer_tutorials:03_maintenance:run-the-gitlab-ci
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 05_developer_tutorials:03_maintenance:run-the-gitlab-ci [2025/01/31 14:44] – removed - external edit (Unknown date) 127.0.0.1 | 05_developer_tutorials:03_maintenance:run-the-gitlab-ci [2025/01/31 14:44] (current) – ↷ Page moved from 04_developer_documentation:maintainer-guide:run-the-gitlab-ci to 05_developer_tutorials:03_maintenance:run-the-gitlab-ci tim2 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Run the gitlab CI ===== | ||
| + | The API documentation is automatically posted by the gitlab pipeline. | ||
| + | However, it needs a runner to be performed. (see gitlab runner). | ||
| + | |||
| + | ==== Shared runners ==== | ||
| + | |||
| + | The project should be under the benefit of "free premium" | ||
| + | The pipeline should then execute automatically. | ||
| + | |||
| + | ==== If the project doesn' | ||
| + | |||
| + | If the shared runners doesn' | ||
| + | |||
| + | To run the pipeline on a local runner: | ||
| + | - you need to install gitlab-runner on your device. | ||
| + | - you need to configure the gitlab-runner '' | ||
| + | - you need to input the arguments :Register the runner with this URL: https:// | ||
| + | |||
| + | And this registration token: | ||
| + | GR1348941S7fLVNwyWxK_pjTbRKKs | ||
| + | |||
| + | the tags should be docker | ||
| + | with '' | ||
| + | |||
| + | Then, run the runner with '' | ||
