woodpecker-test-repo/build.sh

5 lines
141 B
Bash
Raw Permalink Normal View History

2020-02-26 15:28:56 +00:00
echo "Building..."
2022-04-18 09:52:46 +00:00
echo "The current branch is ${CI_COMMIT_BRANCH}"
echo "The current commit hash is ${CI_COMMIT_SHA}"
2020-02-26 15:28:56 +00:00
echo "Building done."