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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-04-12 15:06:29 +0300
committerGitHub <noreply@github.com>2019-04-12 15:06:29 +0300
commitf4dc7b667847c7a5c19cf545225b74e4e970bfa3 (patch)
treefc72fd8247503e82f3242dea4f1c4ae38adec70a
parent14dac35bf83dc2b0ccee3ca41218cd084316e98f (diff)
parent17b963782755825332b67c22a8662b6f66072059 (diff)
Merge pull request #127 from nextcloud/update-master-version
Update version on master
-rw-r--r--.drone.yml25
-rwxr-xr-xappinfo/info.xml4
2 files changed, 13 insertions, 16 deletions
diff --git a/.drone.yml b/.drone.yml
index 7b44f90..a9e2de3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,10 +1,8 @@
-clone:
- git:
- image: plugins/git
- depth: 1
+kind: pipeline
+name: jsunit
-pipeline:
- vue-build:
+steps:
+ - name: vue-build
image: nextcloudci/node:node-4
commands:
- find js/ -type f -delete
@@ -12,12 +10,11 @@ pipeline:
- npm run build
- git status
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
- when:
- matrix:
- TESTS: vue-build
-matrix:
- include:
- - TESTS: vue-build
-
-branches: [ master, stable* ]
+trigger:
+ branch:
+ - master
+ - stable*
+ event:
+ - pull_request
+ - push
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 80a3315..84ebe9d 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
Skin: https://github.com/cabin/videojs-sublime-skin
</description>
- <version>1.5.0</version>
+ <version>1.6.0</version>
<licence>MIT</licence>
<author>Björn Korella</author>
<default_enable/>
@@ -23,6 +23,6 @@
<bugs>https://github.com/nextcloud/files_videoplayer/issues</bugs>
<repository type="git">https://github.com/nextcloud/files_videoplayer.git</repository>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="17" max-version="17" />
</dependencies>
</info>