Run initial install on drone
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -225,6 +225,10 @@ trigger:
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: frontend
|
name: frontend
|
||||||
steps:
|
steps:
|
||||||
|
- name: install
|
||||||
|
image: node:11-alpine
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
- name: eslint
|
- name: eslint
|
||||||
image: node:11-alpine
|
image: node:11-alpine
|
||||||
commands:
|
commands:
|
||||||
@@ -232,7 +236,6 @@ steps:
|
|||||||
- name: jsbuild
|
- name: jsbuild
|
||||||
image: node:11-alpine
|
image: node:11-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
|
||||||
- npm run build
|
- npm run build
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|||||||
Reference in New Issue
Block a user