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

Build script, second try

parent 286a790d
Pipeline #2407 canceled with stage
in 41 minutes and 48 seconds
...@@ -7,8 +7,10 @@ pages: ...@@ -7,8 +7,10 @@ pages:
- docker # use shared runner - docker # use shared runner
image: maven:3.6.3-adoptopenjdk-15 image: maven:3.6.3-adoptopenjdk-15
script: script:
- cd de.hftstuttgart.energycomponents.parent
- mvn --version - mvn --version
- mvn clean install # build p2 repo - mvn clean install # build p2 repo
- cd ..
- rm -rf public - rm -rf public
- mkdir -p public - mkdir -p public
- cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public - cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
......
Markdown is supported
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