summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.drone.yml b/.drone.yml
index 2e2e9e8f959..da52a049f98 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -20,30 +20,6 @@ trigger:
---
kind: pipeline
-name: webpack-build
-
-steps:
-- name: build
- image: nextcloudci/node:node-4
- commands:
- - npm ci
- - npm run build
-- name: changes
- image: nextcloudci/node:node-4
- commands:
- - git status
- - bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
-
-trigger:
- branch:
- - master
- - stable*
- event:
- - pull_request
- - push
-
----
-kind: pipeline
name: checkers
steps: