Update .gitlab-ci.yml

This commit is contained in:
Mike Cifelli 2017-12-09 22:55:27 +00:00
parent 52d8e1ea92
commit bfb3d945fa
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
image: maven:3.5-jdk-8 image: maven:3.5-jdk-8
cache:
paths:
- /root/.m2
maven-install: maven-install:
stage: build stage: build
environment: production environment: production
script: script:
- mvn install - mvn package
artifacts: artifacts:
paths: paths:
- target/transcendental-lisp-*.jar - target/transcendental-lisp-*.jar