From 37ab4fd2634b461a779c941777e1fa2390cf3fe7 Mon Sep 17 00:00:00 2001 From: Ivan Borshchov Date: Mon, 18 Apr 2022 12:52:46 +0300 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index cf096f9..93e34fd 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ echo "Building..." -echo "The current branch is ${DRONE_BRANCH}" -echo "The current commit hash is ${DRONE_COMMIT_SHA}" +echo "The current branch is ${CI_COMMIT_BRANCH}" +echo "The current commit hash is ${CI_COMMIT_SHA}" echo "Building done."