Update .gitlab-ci.yml file

This commit is contained in:
Sumedh
2024-08-14 15:06:41 +00:00
parent 7475e88a77
commit 25e4999633

View File

@@ -8,6 +8,9 @@ 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
- ls target/*.jar