From 5e9c1134e0e090d4c3bf5495e40f684727a1f001 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Wed, 14 Aug 2024 17:45:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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