From f910c883a15a3e70ed895734cd58b143fa26c965 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 4 May 2016 18:39:30 -0400 Subject: [PATCH] ceph-setup: build from tag, not from branch Signed-off-by: Alfredo Deza --- ceph-setup/config/definitions/ceph-setup.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index cb80522f..b4645364 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -26,8 +26,10 @@ url: git@github.com:ceph/ceph-releases.git # Use the SSH key attached to the ceph-jenkins GitHub account. credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' + # not really a branch, this builds the TAG that was previously + # created by the ceph-tag job which concatenates 'v' + $VERSION branches: - - $BRANCH + - v$VERSION skip-tag: true wipe-workspace: true -- 2.39.5