Skip to content

Commit 8df36d4

Browse files
Fix git checkout
1 parent 6aaab78 commit 8df36d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fetch_ci_env() {
1919
git clone https://github.com/github/gh-ost-ci-env.git
2020
(
2121
cd gh-ost-ci-env
22-
git fetch origin tar-xz-binaries
23-
git checkout tar-xz-binaries
22+
git fetch origin fix-8016-tarball
23+
git checkout fix-8016-tarball
2424
)
2525
fi
2626
}

0 commit comments

Comments
 (0)