Commit a66ac79d by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 33eb90d1
Pipeline #119 failed
in 54 seconds
Showing with 1 additions and 1 deletions
...@@ -50,7 +50,7 @@ pages: ...@@ -50,7 +50,7 @@ pages:
dependencies: dependencies:
- package - package
script: script:
- unzip *-site.jar -d site - unzip target/*-site.jar -d site
- mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage - mvn -Dgit-rev="`git describe`" $MAVEN_CLI_OPTS site:stage
- mv target/staging public - mv target/staging public
artifacts: artifacts:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!