Commit 197a2679 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 03362a16
Pipeline #138 failed
in 42 seconds
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ variables: ...@@ -10,7 +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:
- export GIT-REV=`git describe` - apk install git
stages: stages:
- compile - compile
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!