We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813f99f commit ae74611Copy full SHA for ae74611
1 file changed
script/cibuild-gh-ost-replica-tests
@@ -8,6 +8,10 @@ whoami
8
# Only clone if not already running locally at latest commit
9
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
10
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
15
if [ "$remote_commit" != "$local_commit" ] ; then
16
rm -rf ./gh-ost-ci-env
17
git clone https://github.com/github/gh-ost-ci-env.git
0 commit comments