From a467e7c0b12065083183215b1767e22c2b647389 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Thu, 15 Aug 2024 04:36:36 +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 c9fa11d..e973ff5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build-job: image: maven:3.9.8-amazoncorretto-21-al2023 script: - echo "Building the project..." - - mvn clean install -o -DskipTests -Dmaven.repo.local=/root/.m2/repository + - mvn clean install -DskipTests -Dmaven.repo.local=/root/.m2/repository - ls target/*.jar artifacts: paths: