build via docker runner
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
image: node
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
@@ -11,6 +13,8 @@ before_script:
|
|||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
building_ui:
|
building_ui:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user