Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Drone fix
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Apr 17, 2019
commit f60463412bb1b71aeaa2628db9fd76501441f755
25 changes: 11 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
clone:
git:
image: plugins/git
depth: 1
kind: pipeline
name: vue-build

pipeline:
vue-build:
steps:
- name: vue-build
image: nextcloudci/node:node-4
commands:
- npm ci
- npm run build
- git status
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
when:
matrix:
TESTS: vue-build

matrix:
include:
- TESTS: vue-build

branches: [ master, stable* ]
trigger:
branch:
- master
- stable*
event:
- pull_request
- push