Fix git checkout

This commit is contained in:
Tim Vaillancourt 2021-05-07 23:32:24 +02:00
parent 6aaab78657
commit 8df36d4bfd

View File

@ -19,8 +19,8 @@ fetch_ci_env() {
git clone https://github.com/github/gh-ost-ci-env.git
(
cd gh-ost-ci-env
git fetch origin tar-xz-binaries
git checkout tar-xz-binaries
git fetch origin fix-8016-tarball
git checkout fix-8016-tarball
)
fi
}