[IMP] doc
This commit is contained in:
parent
f6ad610907
commit
47b48ae86c
22
DEVELOP.md
22
DEVELOP.md
|
|
@ -56,4 +56,24 @@ tox
|
|||
|
||||
Note : you should have all the python versions available in your local system.
|
||||
|
||||
# Structure of the project
|
||||
## Via Gitlab Runner locally
|
||||
|
||||
|
||||
```
|
||||
pipx install gitlabci-local
|
||||
curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_amd64.rpm"
|
||||
sudo dpkg -i gitlab-runner_amd64.deb
|
||||
|
||||
# add gitlab-runner user to docker group
|
||||
sudo usermod -a -G docker gitlab-runner
|
||||
```
|
||||
|
||||
# Réferences
|
||||
|
||||
- how to install gitlab runner locally:
|
||||
|
||||
https://docs.gitlab.com/runner/install/linux-manually.html
|
||||
|
||||
- Check your CI locally. (French)
|
||||
|
||||
https://blog.stephane-robert.info/post/gitlab-valider-ci-yml/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user