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

19 lines
245 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:
- npm install
- ng build --prod