]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-setup: build from tag, not from branch 386/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 4 May 2016 22:39:30 +0000 (18:39 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 4 May 2016 22:39:30 +0000 (18:39 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-setup/config/definitions/ceph-setup.yml

index cb80522f40483fc9e8120ae8f4432df8aa797d2b..b464536495281f2cd977b541028a5ebe43dc8d6b 100644 (file)
           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