Update .gitlab-ci.yml file
This commit is contained in:
@@ -9,7 +9,7 @@ build-job:
|
|||||||
image: maven:3.9.8-amazoncorretto-21-al2023
|
image: maven:3.9.8-amazoncorretto-21-al2023
|
||||||
script:
|
script:
|
||||||
- echo "Building the project..."
|
- echo "Building the project..."
|
||||||
- mvn clean install -DskipTests
|
- mvn clean install -DskipTests -Dmaven.repo.local=/root/.m2/repository
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/*.jar
|
- target/*.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user