Commit 9783b6c7 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 197a2679
Pipeline #139 failed
in 8 seconds
Showing with 2 additions and 1 deletions
image: maven:3.5.0-onbuild-alpine
image: maven:3-jdk-8-alpine
variables:
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
......@@ -20,6 +20,7 @@ stages:
compile:
stage: compile
script:
- apk install git
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
artifacts:
paths:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!