tsrc
tsrc copied to clipboard
Using tsrc with GitLab CI
Today you have two options.
- Deploy a ssh key on all the runners
- Patch the manifest to replace
[email protected]URLs withhttps://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.instanceand use--no-update-manifestoption when running sync - See #275
Both are not ideal. Let's see if we can find better solutions!
We could also update the documentation. See also #238
Well, looks like we have a workaround now: #338. Thanks @Lecrapouille :)