woodpecker-test-repo/build.sh
2020-02-28 15:18:16 +02:00

4 lines
140 B
Bash

echo "Building..."
echo "The current branch is ${DRONE_BRANCH}"
echo "The current commit hash is ${DRONE_COMMIT_SHA}"
echo "Building done."