Skip to content

Commit afa221b

Browse files
Use HEAD
1 parent 90a14d5 commit afa221b

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 tar-xz-binaries | 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

0 commit comments

Comments
 (0)