Update build.sh

This commit is contained in:
Ivan Borshchov 2020-02-28 15:18:16 +02:00 committed by GitHub
parent 2b68819621
commit c1a8e294ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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