Skip to content

Commit cd5beeb

Browse files
Remove git branch steps
1 parent 5356870 commit cd5beeb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ fetch_ci_env() {
1717
if [ "$remote_commit" != "$local_commit" ] ; then
1818
rm -rf ./gh-ost-ci-env
1919
git clone https://github.com/github/gh-ost-ci-env.git
20-
(
21-
cd gh-ost-ci-env
22-
git fetch origin master
23-
git checkout master
24-
)
2520
fi
2621
}
2722

0 commit comments

Comments
 (0)