Disable dependency check

This commit is contained in:
Manuel Thalmann 2023-10-31 17:08:39 +01:00
parent dd022663aa
commit 0f936dbb1a

View file

@ -48,7 +48,7 @@ check:
stage: build stage: build
image: markhobson/maven-chrome:jdk-18 image: markhobson/maven-chrome:jdk-18
script: script:
- ./mvnw clean compile dependency-check:aggregate - ./mvnw clean compile # dependency-check:aggregate
- ./mvnw sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.projectName=$SONAR_PROJECT -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN - ./mvnw sonar:sonar -Dsonar.projectKey=$SONAR_PROJECT -Dsonar.projectName=$SONAR_PROJECT -Dsonar.host.url=$SONAR_URL -Dsonar.token=$SONAR_TOKEN
build: build: