From 952d5f3a3d41f0cc38ec2b51d62a48cc2ef25212 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 29 Dec 2021 19:20:16 +0300 Subject: [PATCH] all: fix release script --- bamboo-specs/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 325705ae..6d6c54c3 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -270,6 +270,11 @@ # release-vX.Y.Z branches are the branches from which the actual final release # is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': + # Disable integration branches for release branches. + 'branch-config': + 'integration': + 'push-on-success': false + 'merge-from': 'beta-v0.107' # Build final releases on release branches manually. 'triggers': [] # Set the default release channel on the final branch to release, as these