Remove gitlab-ci config
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
image: node:10.4.1
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- npm install
|
|
||||||
script:
|
|
||||||
- node node_modules/.bin/encore production
|
|
||||||
Reference in New Issue
Block a user