diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46e1fe3..56732d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build-job: script: - cat /root/.m2/settings.xml - mvn help:effective-settings - - curl -v https://repo.spring.io/snapshot + #- curl -v https://repo.spring.io/snapshot - echo "Building the project..." - mvn clean install -DskipTests - ls target/*.jar