From 0fa10863d7d6afcd51ef1d5da7c29262acacfebe Mon Sep 17 00:00:00 2001 From: mariadb-RomanNavrotskiy Date: Wed, 1 Jul 2020 21:23:50 +0200 Subject: [PATCH] upd mdb server branch --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index eeaadca72..1556fea8f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -5,7 +5,7 @@ local platforms = { local codebase_map = { // "develop": "git clone --recurse-submodules --branch mariadb-10.5.4 --depth 1 https://github.com/MariaDB/server .", - develop: 'git clone --recurse-submodules --branch bb-10.5-release --depth 1 https://github.com/MariaDB/server .', + develop: 'git clone --recurse-submodules --branch 10.5 --depth 1 https://github.com/MariaDB/server .', 'develop-1.4': 'git clone --recurse-submodules --branch 10.4-enterprise --depth 1 https://github.com/mariadb-corporation/MariaDBEnterprise .', };