We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1d502 commit 994304dCopy full SHA for 994304d
script/cibuild-gh-ost-replica-tests
@@ -10,8 +10,8 @@ remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD |
10
local_commit="unknown"
11
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
12
13
-echo "remote commit is $remote_commit"
14
-echo "local commit is $local_commit"
+echo "remote commit is: $remote_commit"
+echo "local commit is: $local_commit"
15
16
if [ "$remote_commit" != "$local_commit" ] ; then
17
rm -rf ./gh-ost-ci-env
0 commit comments