From 03e1493b74afd33bd34aacceb60bd115a4acb1a8 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 12 Nov 2015 07:53:47 -0700 Subject: [PATCH] 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. --- ceph-setup-next/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3