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