Remove git branch steps

This commit is contained in:
Tim Vaillancourt 2021-05-08 00:35:19 +02:00 committed by GitHub
parent 535687023e
commit cd5beeb495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}