Remove node build from drone

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-02-05 20:26:33 +01:00
parent 348538fe6c
commit 5e6cc83de0

View File

@@ -130,28 +130,3 @@ trigger:
event:
- pull_request
- push
---
kind: pipeline
name: frontend
steps:
- name: install
image: node:lts-alpine
commands:
- npm install
- name: eslint
image: node:lts-alpine
commands:
- npm run lint
- name: jsbuild
image: node:lts-alpine
commands:
- npm run build
trigger:
branch:
- master
- stable*
- vue
event:
- pull_request
- push