Skip to content

Commit 5356870

Browse files
Fetch master branch of ci env
1 parent 7ae7cc6 commit 5356870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 3 additions & 3 deletions
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 fix-8016-tarball | cut -f1)
10+
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | 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

@@ -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 fix-8016-tarball
23-
git checkout fix-8016-tarball
22+
git fetch origin master
23+
git checkout master
2424
)
2525
fi
2626
}

0 commit comments

Comments
 (0)