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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2018-03-20 16:25:17 +0300
committerGitHub <noreply@github.com>2018-03-20 16:25:17 +0300
commit9d1cd803177940bbb02ae647b9e96584e02b7ef4 (patch)
treebceebeca94400e3fb793853f3d79c82e0ade5beb
parent2306f331de20532e7df4acf62527e31d91e1746f (diff)
parentc3473c6b78b9d2d4b7ca38ca4de57c9d4dd0a57b (diff)
Merge pull request #38 from nextcloud/fix/noid/appcompliance-stable13v1.0.3
fix ci for stable13
-rw-r--r--.drone.yml12
-rw-r--r--appinfo/info.xml1
2 files changed, 6 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 8aeb987..f212bde 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,10 +5,10 @@ clone:
pipeline:
check-app-compatbility:
- image: nextcloudci/php5.6:php5.6-3
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=impersonate
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -27,7 +27,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=impersonate
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -42,7 +42,7 @@ pipeline:
image: nextcloudci/php5.6:php5.6-3
environment:
- APP_NAME=impersonate
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable12
- DB=sqlite
commands:
- apt update && apt-get -y install php5-xdebug
@@ -67,7 +67,7 @@ pipeline:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=impersonate
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable13
- DB=sqlite
commands:
# Pre-setup steps
@@ -85,7 +85,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-3
environment:
- APP_NAME=impersonate
- - CORE_BRANCH=master
+ - CORE_BRANCH=stable13
- DB=sqlite
commands:
# FIXME: Move into Docker image
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c261e4c..8b4db01 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,7 +22,6 @@ The administrator is then logged-in as the user, to switch back to the regular u
<version>1.0.3</version>
<licence>agpl</licence>
- <category>tools</category>
<author>Nextcloud</author>
<namespace>Impersonate</namespace>