Commit bfd76a7e by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent c9a3055e
Pipeline #143 failed
in 41 seconds
Showing with 1 additions and 2 deletions
......@@ -10,6 +10,7 @@ variables:
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
.before-script:
- apk update
- apk add git
stages:
......@@ -20,8 +21,6 @@ stages:
compile:
stage: compile
script:
- apk update
- apk add 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!