Update .gitlab-ci.yml

This commit is contained in:
ori agranat
2019-11-08 13:35:03 +00:00
parent ead1c7768c
commit 11e018b228

View File

@@ -9,8 +9,14 @@ build_ui:
- cd chameleon-client
- npm install
- npm run build
artifacts:
paths:
- dist/
build_jar:
stage: build_jar
image: maven:3.6.2-jdk-12
script:
- echo "hrllo"
- mv chameleon-client/dist/* Main/src/main/resources/web
- cd Main
- mvn package