woodpecker-test-repo/build.sh

5 lines
140 B
Bash
Raw Normal View History

2020-02-26 15:28:56 +00:00
echo "Building..."
2020-02-28 13:18:16 +00:00
echo "The current branch is ${DRONE_BRANCH}"
echo "The current commit hash is ${DRONE_COMMIT_SHA}"
2020-02-26 15:28:56 +00:00
echo "Building done."