stopping sandboxes on startup

This commit is contained in:
Shlomi Noach 2018-02-11 14:15:38 +02:00
parent 27b8413d50
commit dbda059e0c

View File

@ -4,6 +4,8 @@ set -e
[ -d "gh-ost-ci-env" ] || git clone https://github.com/github/gh-ost-ci-env.git
find sandboxes -name "stop_all" || :
mkdir -p sandbox/binary
rm -rf sandbox/binary/*
gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/5.7.21.tar.gz --unpack-version=5.7.21 --sandbox-binary ${PWD}/sandbox/binary