Update build.sh
This commit is contained in:
parent
c1a8e294ce
commit
37ab4fd263
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -1,4 +1,4 @@
|
|||
echo "Building..."
|
||||
echo "The current branch is ${DRONE_BRANCH}"
|
||||
echo "The current commit hash is ${DRONE_COMMIT_SHA}"
|
||||
echo "The current branch is ${CI_COMMIT_BRANCH}"
|
||||
echo "The current commit hash is ${CI_COMMIT_SHA}"
|
||||
echo "Building done."
|
||||
|
|
Loading…
Reference in a new issue