Update .gitlab-ci.yml file

This commit is contained in:
Sumedh
2024-08-14 17:45:11 +00:00
parent ba03157551
commit 5e9c1134e0

View File

@@ -13,7 +13,7 @@ build-job:
script:
- cat /root/.m2/settings.xml
- mvn help:effective-settings
- 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