Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-04-30 11:04:31 +00:00
parent 85273299f9
commit 6ad98b55ec

View File

@ -27,7 +27,7 @@ build-job: # Building jar file
stage: build
script:
- echo "$APPLICATION_TODO_SERVICE_YAML" > src/main/resources/configs/todo-service.yaml
- mvn clean install && mvn package -B -e
- mvn clean install && mvn package -B -e -DskipTests
- export
artifacts:
paths: