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."