product-iots/.gitlab-ci.yml
Charitha Goonetilleke 7b527a9fba Update .gitlab-ci.yml
2019-01-26 05:44:17 +00:00

15 lines
246 B
YAML

variables:
MAVEN_CLI_OPTS: "--batch-mode"
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
cache:
paths:
- .m2/repository/
- target/
build:
stage: build
script:
- mvn $MAVEN_CLI_OPTS clean install
tags:
- OracleJDK1.8