From 786cf3a97d6773d942d93da6468e382884aa8651 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 15 Mar 2023 16:41:55 +0100 Subject: [PATCH] add sonarqube configuration & README.md && additionally improving gitlab configuration --- gitlab/README.md | 2 +- gitlab/{up.runners.sh => configure.runners.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gitlab/{up.runners.sh => configure.runners.sh} (100%) diff --git a/gitlab/README.md b/gitlab/README.md index 4f2ae9d..4a63dcd 100644 --- a/gitlab/README.md +++ b/gitlab/README.md @@ -34,7 +34,7 @@ git clone git@gitlab:devops-things/docker_images.git ## 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. diff --git a/gitlab/up.runners.sh b/gitlab/configure.runners.sh similarity index 100% rename from gitlab/up.runners.sh rename to gitlab/configure.runners.sh