Skip to content

Commit 9201b9b

Browse files
author
Shlomi Noach
committed
fetch and checkout from git path
1 parent 3528d67 commit 9201b9b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ 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-
git fetch origin real-tar-gz
20-
git checkout real-tar-gz
19+
(
20+
cd gh-ost-ci-env
21+
git fetch origin real-tar-gz
22+
git checkout real-tar-gz
23+
)
2124
fi
2225

2326
test_mysql_version() {

0 commit comments

Comments
 (0)