From 6a9d2445415294ce7e2ef8a423fd52c871a56d05 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 1 Oct 2018 12:12:15 +0200 Subject: [PATCH] [Stable14] Drone: do not check stable* but only stable14 Signed-off-by: Roeland Jago Douma --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2ac98e4523ff6..636b0c2ed388e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1042,4 +1042,4 @@ services: matrix: ENABLE_OPENLDAP: true -branches: [ master, stable* ] +branches: [ master, stable14 ]