4 lines
140 B
Bash
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."
|