From 5591ceb08ce99ffb7f1484478a414b6943bf8498 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 3 May 2018 15:41:43 -0400 Subject: [PATCH] ceph-build: use BRANCH instead of non-existing GIT_BRANCH Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 76250bba..c8e6f952 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -55,12 +55,12 @@ condition-operands: - condition-kind: regex-match regex: (jewel|kraken|luminous) - label: '${GIT_BRANCH}' + label: '${BRANCH}' - condition-kind: and condition-operands: - condition-kind: regex-match regex: (mimic|nautilus) - label: '${GIT_BRANCH}' + label: '${BRANCH}' - condition-kind: regex-match regex: (xenial|bionic|centos7|centos8|buster|bullseye) label: '${DIST}' -- 2.39.5