From e1297ca6ccbfab6f9d946945dd00c6246b9d816c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Apr 2019 14:28:45 +0200 Subject: [PATCH 1/2] Update version on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index d5f0282f7..289d57831 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ 📣 Announcement center: An announcement was posted by an admin]]> - 2.4.1 + 2.5.0 agpl Joas Schilling @@ -32,7 +32,7 @@ https://github.com/nextcloud/notifications.git - + From b419c154db06824c8cd3f6ff7a9ed42ff5d7f694 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Apr 2019 09:49:47 +0200 Subject: [PATCH 2/2] Adjust drone config to v1.0 Signed-off-by: Joas Schilling --- .drone.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad2e969ee..4681850a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,16 +1,16 @@ -clone: - git: - image: plugins/git - depth: 1 +kind: pipeline +name: vue-build -pipeline: - vue-build-check: +steps: + - name: vue-build-check image: node commands: - - ./tests/vue-build.sh ./js/notifications.js - when: - matrix: - TESTS: vue-build-check -matrix: - include: - - TESTS: vue-build-check + - ./tests/vue-build.sh ./js/notifications.js + +trigger: + branch: + - master + - stable* + event: + - pull_request + - push