add sonarqube configuration & README.md && additionally improving gitlab configuration
parent
202fb885c1
commit
786cf3a97d
|
|
@ -34,7 +34,7 @@ git clone git@gitlab:devops-things/docker_images.git
|
||||||
|
|
||||||
## Gitlab Runners Config
|
## Gitlab Runners Config
|
||||||
|
|
||||||
run ```up.runners.sh``` at once (on first run), this script will configure runners for concrete gitlab repo (becouse ```RUNNER_REGISTRATION_TOKEN``` is identity of particular repo) -> remember that ```RUNNER_REGISTRATION_TOKEN``` is defined in ```.env``` file, just change it on your repo token.
|
run ```configure.runners.sh``` at once (on first run), this script will configure runners for concrete gitlab repo (becouse ```RUNNER_REGISTRATION_TOKEN``` is identity of particular repo) -> remember that ```RUNNER_REGISTRATION_TOKEN``` is defined in ```.env``` file, just change it on your repo token.
|
||||||
|
|
||||||
gitlab will remember what runner is already registered, and re-register is useless action in this case.
|
gitlab will remember what runner is already registered, and re-register is useless action in this case.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue