From 8f22de11083691bdd6ffc6a1b45b863985119303 Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Tue, 15 Feb 2022 13:13:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 769cc51..3d6f3cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ Code analysis: - go test -coverprofile=coverage.out ./... - /home/gitlab-runner/go/bin/golint ./... > golint-report.out - go vet ./... 2> govet-report.out - - /data/sonar-scanner/bin/sonar-scanner -Dsonar.projectVersion=$(git describe --abbrev=0) -Dsonar.host.url=https://sonar.ingenieurbuero-peetz.de -Dsonar.login=ed0634e05811fb2b1cdd0f16b0a924f943623520 + - /data/sonar-scanner/bin/sonar-scanner -Dsonar.projectVersion=$(git describe --abbrev=0) -Dsonar.host.url=https://sonar.thpeetz.de -Dsonar.login=ed0634e05811fb2b1cdd0f16b0a924f943623520 Deploy To Staging: stage: deploy