Update .gitlab-ci.yml

357-notification-for-kiosk-mode
Charitha Goonetilleke 5 years ago
parent c6556b4c12
commit 8cd1b01c18

@ -1,10 +1,8 @@
variables: variables:
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode" MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache: cache:
paths: paths:
- .m2/repository/
- target/ - target/
build: build:

Loading…
Cancel
Save