We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a14d5 commit afa221bCopy full SHA for afa221b
1 file changed
script/cibuild-gh-ost-replica-tests
@@ -7,7 +7,7 @@ whoami
7
fetch_ci_env() {
8
# Clone gh-ost-ci-env
9
# 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)
+ remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
11
local_commit="unknown"
12
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
13
0 commit comments