baseui/.gitlab-ci.yml

21 lines
250 B
YAML
Raw Normal View History

2017-08-31 19:40:42 +02:00
image: node
2017-08-24 11:16:07 +02:00
cache:
paths:
- node_modules/
stages:
- build
# - test
before_script:
- git submodule update --init
- npm install
building_ui:
2017-08-31 19:40:42 +02:00
tags:
- docker
2017-08-24 11:16:07 +02:00
stage: build
script:
- npm run build