From: Ken Dreyer Date: Thu, 12 Nov 2015 14:53:47 +0000 (-0700) Subject: ceph-setup-next: correct $BRANCH variable in output X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=03e1493b74afd33bd34aacceb60bd115a4acb1a8;p=ceph-build.git ceph-setup-next: correct $BRANCH variable in output $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. --- diff --git a/ceph-setup-next/build/build b/ceph-setup-next/build/build index 7058c900..a4933199 100644 --- a/ceph-setup-next/build/build +++ b/ceph-setup-next/build/build @@ -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