From 41c842969a53cd6fe01c7c531a9468917f129de4 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 15 Jun 2016 11:25:42 -0500 Subject: [PATCH] ceph-setup: print the SHA1 being built Signed-off-by: Andrew Schoen --- ceph-setup/build/build | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-setup/build/build b/ceph-setup/build/build index a4933199..be1d74b7 100644 --- a/ceph-setup/build/build +++ b/ceph-setup/build/build @@ -7,6 +7,7 @@ echo " BPTAG=${BPTAG}" echo " WS=$WORKSPACE" echo " PWD=$(pwd)" echo " BRANCH=$BRANCH" +echo " SHA1=$GIT_COMMIT" if [ -x "$BRANCH" ] ; then echo "No git branch was supplied" -- 2.39.5