diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-20 15:15:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 15:15:27 +0100 |
commit | 0becd88feb63de6ac02b495ad1440d8bd7cdcbd2 (patch) | |
tree | 34dd018ce6dc0733281e58cda60df12994830aaf /.drone.yml | |
parent | 82625e2a45e4ad136071d064ed33232773084d11 (diff) | |
parent | a32df521f2f6a6009cae37c0d1f6e0be90f18f56 (diff) | |
download | nextcloud-server-0becd88feb63de6ac02b495ad1440d8bd7cdcbd2.tar.gz nextcloud-server-0becd88feb63de6ac02b495ad1440d8bd7cdcbd2.zip |
Merge pull request #14297 from nextcloud/enh/settings_to_main_webpack
Move settings to main webpack
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.drone.yml b/.drone.yml index 172a739a04d..90d93053fdb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,32 +24,6 @@ pipeline: when: matrix: TESTS: webpack-build - vue-build-settings: - image: nextcloudci/node:node-4 - commands: - - cd settings/ - - find js/ -type f -iname 'vue-*' -delete - - npm install - - npm run build - - git status - - bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )" - when: - matrix: - TESTS: vue-build-settings - vue-build-updatenotification: - image: node - commands: - - ./build/vue-builds.sh ./apps/updatenotification/js/updatenotification.js - when: - matrix: - TESTS: vue-build-updatenotification - vue-build-accessibility: - image: node - commands: - - ./build/vue-builds.sh ./apps/accessibility/js/accessibility.js - when: - matrix: - TESTS: vue-build-accessibility vue-build-backupcodes: image: node commands: @@ -805,9 +779,6 @@ matrix: include: - TESTS: checkers - TESTS: webpack-build - - TESTS: vue-build-settings - - TESTS: vue-build-updatenotification - - TESTS: vue-build-accessibility - TESTS: vue-build-backupcodes - TESTS: handlebars - TESTS: nodb-codecov |