From f7c8523f8e5da98ecc717d9bf2cc5c1f8c077bf8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 26 Sep 2024 15:42:17 +0200 Subject: [PATCH] [IMP] Disable 14.0 OCB sync --- tools/ocb-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocb-sync.sh b/tools/ocb-sync.sh index 7a823e72e..d79e7dceb 100755 --- a/tools/ocb-sync.sh +++ b/tools/ocb-sync.sh @@ -8,7 +8,7 @@ ODOO="git@github.com:/odoo/odoo.git" OCB="git@github.com:/OCA/OCB.git" -BRANCHES="18.0 17.0 16.0 15.0 14.0" +BRANCHES="18.0 17.0 16.0 15.0" GITDIR="/var/tmp/git" PUBDIR="/var/tmp/ocb-nightly" BUILDDIR="/var/tmp/ocb-build"