gitlab ci workflow

master
Lauren Liberda 2021-07-09 00:40:40 +02:00
parent e092a862b2
commit 550f6cbce3
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- build
build:
stage: build
image: node:16-alpine
script:
- yarn
- yarn build