]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-setup-next: correct $BRANCH variable in output 221/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 12 Nov 2015 14:53:47 +0000 (07:53 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 12 Nov 2015 14:55:01 +0000 (07:55 -0700)
$Branch is undefined. Use $BRANCH.

arior to this change, Jenkins would not print the branch name to the
console log during the "ceph-setup-next" job.

ceph-setup-next/build/build

index 7058c9000aac4cb785c57175f9e77d53f9108442..a4933199802606eaccfd0460832f2b4417948203 100644 (file)
@@ -13,7 +13,7 @@ if [ -x "$BRANCH" ] ; then
     exit 1
 fi
 
-echo "Building version $(git describe) Branch $Branch"
+echo "Building version $(git describe) Branch $BRANCH"
 
 rm -rf dist
 rm -rf release