Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-07 09:35:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-07 10:28:06 +0300
commitfd147cc3fd27c2f08af16416cedeefd97945af60 (patch)
tree16b6f757e873688f567615279f494b9633d662c0 /.drone.yml
parent14cb805cf12b97f2f6f56a9a4119fb91dc02ec39 (diff)
Bump updatenotification
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 94598121c89..5ad18cda8a5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,10 +14,17 @@ pipeline:
when:
matrix:
TESTS: jsunit
- vue-builds:
+ vue-build-settings:
image: node
commands:
- - ./build/vue-builds.sh
+ - ./build/vue-builds.sh ./settings/js/main.js
+ when:
+ matrix:
+ TESTS: vue-builds
+ vue-build-updatenotification:
+ image: node
+ commands:
+ - ./build/vue-builds.sh ./apps/updatenotification/js/merged.js
when:
matrix:
TESTS: vue-builds