From cd5beeb495c19478457c708870100e45284042bf Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Sat, 8 May 2021 00:35:19 +0200 Subject: [PATCH] Remove git branch steps --- script/cibuild-gh-ost-replica-tests | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script/cibuild-gh-ost-replica-tests b/script/cibuild-gh-ost-replica-tests index 0d664c9..b886fa0 100755 --- a/script/cibuild-gh-ost-replica-tests +++ b/script/cibuild-gh-ost-replica-tests @@ -17,11 +17,6 @@ fetch_ci_env() { if [ "$remote_commit" != "$local_commit" ] ; then rm -rf ./gh-ost-ci-env git clone https://github.com/github/gh-ost-ci-env.git - ( - cd gh-ost-ci-env - git fetch origin master - git checkout master - ) fi }