Commit cb682f53 by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent a6c14ddc
Pipeline #215 passed
in 1 minute 7 seconds
Showing with 6 additions and 0 deletions
......@@ -17,6 +17,9 @@ compile:
stage: compile
script:
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile test package install deploy
artifacts:
paths:
- target/*.jar
only:
- master
......@@ -50,5 +53,8 @@ release:
- mvn versions:commit
- find * -name pom.xml -exec git add {} \;
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS compile package install deploy
artifacts:
paths:
- target/*.jar
only:
- /([.0-9]+)-RELEASE/
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!