relaxed idempotent commands

This commit is contained in:
Shlomi Noach 2018-02-11 13:43:49 +02:00
parent 18285073d9
commit 64b4cd62e3

View File

@ -2,10 +2,10 @@
set -e
git clone https://github.com/github/gh-ost-ci-env.git
[ -d "gh-ost-ci-env" ] || git clone https://github.com/github/gh-ost-ci-env.git
mkdir -p ~/opt/mysql
mkdir -p ~/sandboxes
gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/5.7.21.tar.gz --unpack-version=5.7.21
gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/5.7.21.tar.gz --unpack-version=5.7.21 || :
echo '~/sandboxes/rsandbox_5_7_21/m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
echo '~/sandboxes/rsandbox_5_7_21/s1 "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-replica