Skip to content

Commit 6aaab78

Browse files
Use fix-8016-tarball branch
1 parent afa221b commit 6aaab78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ whoami
77
fetch_ci_env() {
88
# Clone gh-ost-ci-env
99
# Only clone if not already running locally at latest commit
10-
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
10+
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git fix-8016-tarball | cut -f1)
1111
local_commit="unknown"
1212
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
1313

0 commit comments

Comments
 (0)