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