Skip to content

Commit ae74611

Browse files
author
Shlomi Noach
committed
more verbose
1 parent 813f99f commit ae74611

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ whoami
88
# Only clone if not already running locally at latest commit
99
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
1010
local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
11+
12+
echo "remote commit is $remote_commit"
13+
echo "local commit is $local_commit"
14+
1115
if [ "$remote_commit" != "$local_commit" ] ; then
1216
rm -rf ./gh-ost-ci-env
1317
git clone https://github.com/github/gh-ost-ci-env.git

0 commit comments

Comments
 (0)