Remove cached objects from previous build

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

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

Loading…
Cancel
Save