This commit is contained in:
Shlomi Noach 2020-02-05 09:48:55 +02:00
parent 9af130d931
commit 14674274dc

View File

@ -16,6 +16,7 @@ echo "local commit is: $local_commit"
if [ "$remote_commit" != "$local_commit" ] ; then
rm -rf ./gh-ost-ci-env
git clone https://github.com/github/gh-ost-ci-env.git
git checkout real-tar-gz
fi
test_mysql_version() {