Remove cached objects from previous build

revert-dabc3590
Charitha Goonetilleke 4 years ago
parent 0535e35834
commit 013900a464

@ -12,6 +12,7 @@ cache:
build: build:
stage: build stage: build
script: script:
- rm -rf .m2/repository/
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true - mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
test: test:

Loading…
Cancel
Save