add ci script

This commit is contained in:
2021-01-19 10:31:34 +01:00
parent cb45cd1c51
commit 74f16c08ab

19
hv-ui/.gitlab-ci.yml Normal file
View File

@ -0,0 +1,19 @@
stages:
- build
# - check
# - dockerize
variables:
IMAGE_NAME: $CI_REGISTRY/$CI_PROJECT_PATH
build:
image: node.14-buster
stage: build
tags:
- hottis
- linux
- dockerize
script:
- npm install
- ng build --prod