Update build.sh

This commit is contained in:
Ivan Borshchov 2022-04-18 12:52:46 +03:00 committed by GitHub
parent c1a8e294ce
commit 37ab4fd263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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