Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-04-30 11:05:53 +00:00
parent 6ad98b55ec
commit 1b5af8fb38

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 -DskipTests
- mvn clean install -DskipTests && mvn package -B -e -DskipTests
- export
artifacts:
paths: