8.0 is on master now

This commit is contained in:
Shlomi Noach 2020-02-05 10:43:08 +02:00
parent 4f827a271e
commit c30e5862f7

View File

@ -6,7 +6,7 @@ whoami
# Clone gh-ost-ci-env
# Only clone if not already running locally at latest commit
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git | cut -f1)
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
local_commit="unknown"
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)