Commit ba317d60 by Jessica Hawkwell

fixing another tiny problem

1 parent ae64e076
Pipeline #188 passed
in 2 minutes 32 seconds
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ pages:
stage: deploy
script:
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS test
- mvn versions:set -DprocessDependencies=false -DnewVersion=`git-describe`-`git rev-parse --abbrev-ref HEAD`
- mvn versions:set -DprocessDependencies=false -DnewVersion=`git describe`-$CI_COMMIT_REF_NAME
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage
- mv target/staging public
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!