woodpecker-test-repo/build.sh
2022-04-18 12:52:46 +03:00

4 lines
141 B
Bash

echo "Building..."
echo "The current branch is ${CI_COMMIT_BRANCH}"
echo "The current commit hash is ${CI_COMMIT_SHA}"
echo "Building done."