Update .gitlab-ci.yml

This commit is contained in:
Administrator 2020-09-05 19:17:50 -07:00
parent 10e7683f4c
commit 81afb43d2e

View File

@ -21,7 +21,7 @@ cache:
build: build:
stage: build stage: build
script: script:
- mvn $MAVEN_CLI_OPTS package - mvn $MAVEN_CLI_OPTS clean package
deploy: deploy:
stage: deploy stage: deploy