Commit d238917b authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Update .gitlab-ci.yml

parent 3f5a8a3b
No related merge requests found
Pipeline #6098 failed with stage
in 24 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ pages: ...@@ -9,7 +9,7 @@ pages:
script: script:
- mvn --version - mvn --version
- mvn clean install # build p2 repo - mvn clean install # build p2 repo
- rm -rf public - rm -rf $RELEASE_DIR
- mkdir -p $RELEASE_DIR - mkdir -p $RELEASE_DIR
- cp -r de.hftstuttgart.cityunits.p2site/target/repository/* $RELEASE_DIR - cp -r de.hftstuttgart.cityunits.p2site/target/repository/* $RELEASE_DIR
artifacts: artifacts:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment