Update .gitlab-ci.yml file

This commit is contained in:
Sumedh
2024-08-15 04:36:36 +00:00
parent 16e62c05ae
commit a467e7c0b1

View File

@@ -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: