We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919647c commit 3528d67Copy full SHA for 3528d67
script/cibuild-gh-ost-replica-tests
@@ -6,7 +6,7 @@ whoami
6
7
# Clone gh-ost-ci-env
8
# Only clone if not already running locally at latest commit
9
-remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git HEAD | cut -f1)
+remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git real-tar-gz | cut -f1)
10
local_commit="unknown"
11
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
12
@@ -16,6 +16,7 @@ echo "local commit is: $local_commit"
16
if [ "$remote_commit" != "$local_commit" ] ; then
17
rm -rf ./gh-ost-ci-env
18
git clone https://github.com/github/gh-ost-ci-env.git
19
+ git fetch origin real-tar-gz
20
git checkout real-tar-gz
21
fi
22
0 commit comments