Commit 5e48c42d authored by Krit Punpreuk's avatar Krit Punpreuk

Delete .gitlab-ci.yml

parent 8cef2e88
Pipeline #143 canceled with stages
image: node:8.16.2-alpine
cache:
key: node_modules
paths:
- node_modules
stages:
- install
- build
install:
stage: install
only:
- master
script:
- npm install
artifacts:
paths:
- node_modules
tags:
- docker
build:
stage: build
only:
- master
script:
- npm run build
artifacts:
paths:
- node_modules
tags:
- docker
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment