From: Alfredo Deza Date: Wed, 4 May 2016 22:39:30 +0000 (-0400) Subject: ceph-setup: build from tag, not from branch X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F386%2Fhead;p=ceph-build.git ceph-setup: build from tag, not from branch Signed-off-by: Alfredo Deza --- 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