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

First build script

parent ec1c139b
Pipeline #2406 failed with stage
variables:
RELEASE_DIR: "public/release_target_101"
pages:
stage: deploy
tags:
- docker # use shared runner
image: maven:3.6.3-adoptopenjdk-15
script:
- mvn --version
- mvn clean install # build p2 repo
- rm -rf public
- mkdir -p public
- cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
artifacts:
paths:
- public
only:
- master
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