From: Alfredo Deza Date: Thu, 3 May 2018 19:41:43 +0000 (-0400) Subject: ceph-build: use BRANCH instead of non-existing GIT_BRANCH X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5591ceb08ce99ffb7f1484478a414b6943bf8498;p=ceph-build.git ceph-build: use BRANCH instead of non-existing GIT_BRANCH Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 76250bba8..c8e6f9529 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}'