Update .gitlab-ci.yml

This commit is contained in:
Ashijin 2020-09-05 18:51:47 -07:00
parent 296925e6f5
commit c5f05f2293

View File

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