From e639e11de32bab7fbafdf43dcd70f8750d70a29c Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 3 Feb 2020 08:32:10 +0100 Subject: Move npm build to github actions Signed-off-by: Roeland Jago Douma --- .drone.yml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 2e2e9e8f959..da52a049f98 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,30 +18,6 @@ trigger: - pull_request - push ---- -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 -- cgit v1.2.3