Add .gitlab-ci.yml
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
image: node:latest
|
||||||
|
script:
|
||||||
|
- yarn
|
||||||
|
- yarn run start &!
|
||||||
Reference in New Issue
Block a user