diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-06-19 13:28:00 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-19 23:54:00 +0200 |
commit | 4fc9bdea4e93f0965397548d9a134964907bccb6 (patch) | |
tree | 54e7eced24de0cf68fbc193b44aed9f406ed8018 /.drone.yml | |
parent | 0281e9dafc6a85b176da3786b62c607e1573e80e (diff) | |
download | nextcloud-server-4fc9bdea4e93f0965397548d9a134964907bccb6.tar.gz nextcloud-server-4fc9bdea4e93f0965397548d9a134964907bccb6.zip |
Run vue builds in parallel
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 094a678d2e3..b17c7bcf01a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,14 +20,14 @@ pipeline: - ./build/vue-builds.sh ./settings/js/settings-vue.js when: matrix: - TESTS: vue-builds + TESTS: vue-build-settings vue-build-updatenotification: image: node commands: - ./build/vue-builds.sh ./apps/updatenotification/js/merged.js when: matrix: - TESTS: vue-builds + TESTS: vue-build-updatenotification checkers: image: nextcloudci/php7.0:php7.0-19 commands: @@ -683,7 +683,8 @@ pipeline: matrix: include: - TESTS: checkers - - TESTS: vue-builds + - TESTS: vue-build-settings + - TESTS: vue-build-updatenotification - TESTS: nodb-codecov ENABLE_REDIS: true - TESTS: db-codecov |