diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-01 16:43:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 16:43:56 +0200 |
commit | c3a72ba10c006623cb87afcbebea1b507a0850ce (patch) | |
tree | fb383ae9bbcbf7c4ac55c4bb92b88adacac1fc7e | |
parent | 565220adb676a3855887980fece582fb87cc3f81 (diff) | |
parent | 6a9d2445415294ce7e2ef8a423fd52c871a56d05 (diff) | |
download | nextcloud-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.yml | 2 |
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 ] |