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: ...@@ -10,6 +10,7 @@ variables:
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true" MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
.before-script: .before-script:
- apk update
- apk add git - apk add git
stages: stages:
...@@ -20,8 +21,6 @@ stages: ...@@ -20,8 +21,6 @@ stages:
compile: compile:
stage: compile stage: compile
script: script:
- apk update
- apk add git
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test - mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
artifacts: artifacts:
paths: paths:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!