Files
hv-ui/.gitlab-ci.yml
2021-01-19 10:42:10 +01:00

20 lines
260 B
YAML

stages:
- build
# - check
# - dockerize
variables:
IMAGE_NAME: $CI_REGISTRY/$CI_PROJECT_PATH
build:
image: node:14-buster
stage: build
tags:
- hottis
- linux
- docker
script:
- cd hv-ui
- npm install
- ng build --prod