aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-01 16:43:56 +0200
committerGitHub <noreply@github.com>2018-10-01 16:43:56 +0200
commitc3a72ba10c006623cb87afcbebea1b507a0850ce (patch)
treefb383ae9bbcbf7c4ac55c4bb92b88adacac1fc7e
parent565220adb676a3855887980fece582fb87cc3f81 (diff)
parent6a9d2445415294ce7e2ef8a423fd52c871a56d05 (diff)
downloadnextcloud-server-c3a72ba10c006623cb87afcbebea1b507a0850ce.tar.gz
nextcloud-server-c3a72ba10c006623cb87afcbebea1b507a0850ce.zip
Merge pull request #11505 from nextcloud/drone/14/no_branch_wildcard
[Stable14] Drone: do not check stable* but only stable14
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 52690829b93..10231cec832 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1044,4 +1044,4 @@ services:
matrix:
ENABLE_OPENLDAP: true
-branches: [ master, stable* ]
+branches: [ master, stable14 ]