From 62a3711c13f43c0c615004beed9e736f4f28a4ea Mon Sep 17 00:00:00 2001 From: Sumedh Date: Wed, 14 Aug 2024 15:12:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8131eae..da347ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,7 @@ build-job: stage: maven_build image: maven:3.9.8-amazoncorretto-21-al2023 script: - - curl -v https://repo.spring.io/snapshot - - curl -v https://repo.spring.io/snapshot + - curl -v https://repo.spring.io/snapshot - echo "Building the project..." - mvn clean install -DskipTests