diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21c190a7d7f866560cfbde6aa6e98551221fc05e..cd8a180a70ec153fec5bfee7c9b5c4bd229729b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,15 +52,3 @@ sonarqube: SONAR_ANALYSIS_MODE: preview script: - gitlab-sonar-scanner -Dsonar.host.url=http://10.166.0.3:9000 -Dsonar.projectKey=backend -Dsonar.login=$SONAR_USER -Dsonar.password=$SONAR_PASS -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME - -sonarqube-reports: - stage: analysis - image: ciricihq/gitlab-sonar-scanner - tags: ['docker'] - only: - - Development - variables: - SONAR_URL: http://10.166.0.3:9000 - SONAR_ANALYSIS_MODE: publish - script: - - gitlab-sonar-scanner -Dsonar.host.url=http://10.166.0.3:9000 -Dsonar.projectKey=backend -Dsonar.login=$SONAR_USER -Dsonar.password=$SONAR_PASS -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME