Commit b79dd937 by Jessica Hawkwell

Fixing yaml

1 parent df99d595
Pipeline #228 passed
in 15 seconds
Showing with 1 additions and 1 deletions
...@@ -41,7 +41,7 @@ test: ...@@ -41,7 +41,7 @@ test:
stage: compile stage: compile
script: script:
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test - mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test
artifacts: artifacts:
paths: paths:
- target/*.jar - target/*.jar
only: only:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!