From c1a8e294ceed09e904a3571310478e92219d7b43 Mon Sep 17 00:00:00 2001 From: Ivan Borshchov Date: Fri, 28 Feb 2020 15:18:16 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 017f194..cf096f9 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,4 @@ echo "Building..." +echo "The current branch is ${DRONE_BRANCH}" +echo "The current commit hash is ${DRONE_COMMIT_SHA}" echo "Building done."