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:
authorMorris Jobke <hey@morrisjobke.de>2018-10-04 18:18:58 +0300
committerGitHub <noreply@github.com>2018-10-04 18:18:58 +0300
commitd11e40733df6c33bdd40b81d0d852eec179e918e (patch)
treeb2954d36fcd90b8a2ebd6dd2c3042a11fa4ea2df
parent99c5005114df18f156a12c561b99dd02408b7cfc (diff)
parentd852daa354ff7856d9f4cfdeaa6a87d6ca06b8aa (diff)
Merge pull request #11589 from nextcloud/version/noid/13.0.7RC1v13.0.7RC113.0.7RC1
13.0.7 RC 1
-rw-r--r--.drone.yml4
-rw-r--r--version.php4
2 files changed, 5 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index bce197f52f3..2e8d84a49c8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -313,7 +313,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
commands:
- sleep 10 # gives the database enough time to initialize
- - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
+ - POSTGRES=${POSTGRES} NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when:
matrix:
DB: postgres
@@ -864,6 +864,7 @@ services:
image: postgres:9
environment:
- POSTGRES_USER=oc_autotest
+ - POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data
@@ -875,6 +876,7 @@ services:
image: postgres:10
environment:
- POSTGRES_USER=oc_autotest
+ - POSTGRES_DB=oc_autotest_dummy
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data
diff --git a/version.php b/version.php
index 8ca766c8373..35d13d1c235 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(13, 0, 6, 1);
+$OC_Version = array(13, 0, 7, 0);
// The human readable string
-$OC_VersionString = '13.0.6';
+$OC_VersionString = '13.0.7 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [