diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-02-03 08:32:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-02-03 09:42:23 +0100 |
commit | e639e11de32bab7fbafdf43dcd70f8750d70a29c (patch) | |
tree | 4905ec54241f74da4cee4a3948d3c35892a1f04e /.drone.yml | |
parent | 750181d28328cff8b983bedb7ff898e60aa164a1 (diff) | |
download | nextcloud-server-e639e11de32bab7fbafdf43dcd70f8750d70a29c.tar.gz nextcloud-server-e639e11de32bab7fbafdf43dcd70f8750d70a29c.zip |
Move npm build to github actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 24 |
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: |