Remove gitlab-ci config

This commit is contained in:
Björn Fromme
2018-08-06 20:54:39 +02:00
parent b56a26f87b
commit 7707becab5
-15
View File
@@ -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