add sonarqube configuration & README.md && additionally improving gitlab configuration

master
TBS093A 2023-03-15 16:41:55 +01:00
parent 202fb885c1
commit 786cf3a97d
2 changed files with 1 additions and 1 deletions

View File

@ -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.