Skip to content

Commit 4f827a2

Browse files
author
Shlomi Noach
committed
8.0 is on master now
1 parent a6d0d5c commit 4f827a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ whoami
66

77
# Clone gh-ost-ci-env
88
# 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 real-tar-gz | cut -f1)
9+
remote_commit=$(git ls-remote https://github.com/github/gh-ost-ci-env.git | cut -f1)
1010
local_commit="unknown"
1111
[ -d "gh-ost-ci-env" ] && local_commit=$(cd gh-ost-ci-env && git log --format="%H" -n 1)
1212

@@ -16,11 +16,6 @@ echo "local commit is: $local_commit"
1616
if [ "$remote_commit" != "$local_commit" ] ; then
1717
rm -rf ./gh-ost-ci-env
1818
git clone https://github.com/github/gh-ost-ci-env.git
19-
(
20-
cd gh-ost-ci-env
21-
git fetch origin real-tar-gz
22-
git checkout real-tar-gz
23-
)
2419
fi
2520

2621
test_mysql_version() {

0 commit comments

Comments
 (0)