diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfd7397ea27614247d5180718105549265daccb7..ac5ef0ac203a29232e7e36cec2f858975667eefe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,15 +6,13 @@ pages: script: - cd de.hftstuttgart.energycomponents.parent - mvn --version -# - mvn clean install # build p2 repo + - mvn clean install # build p2 repo - cd .. - rm -rf public - mkdir -p public - - pwd - - ls -l - cp catalogs/Catalog.encomp public - - cp site/downloads.html public -# - cp de.hftstuttgart.energycomponents.application.product/target/products/*.zip public + - cp site/*.html public + - cp de.hftstuttgart.energycomponents.product/target/products/*.zip public artifacts: paths: - public