moved ci script into the right place
This commit is contained in:
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user