From 8df36d4bfd44d3bf568d986c38bbde6aeefcb168 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 7 May 2021 23:32:24 +0200 Subject: [PATCH] Fix git checkout --- script/cibuild-gh-ost-replica-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/cibuild-gh-ost-replica-tests b/script/cibuild-gh-ost-replica-tests index c71b18d..d95c90b 100755 --- a/script/cibuild-gh-ost-replica-tests +++ b/script/cibuild-gh-ost-replica-tests @@ -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 }