Temporarily remove git clone single-branch
https://github.com/travis-ci/travis-ci/issues/5225
This commit is contained in:
parent
bd85e8d259
commit
a1c4f325ca
@ -66,7 +66,7 @@ gh_pages_prepare()
|
||||
[ ! -d "html" ] || \
|
||||
abort "Doxygen target directory already exists."
|
||||
git --version
|
||||
git clone --single-branch -b gh-pages "${GITHUB_CLONE}" html
|
||||
git clone -b gh-pages "${GITHUB_CLONE}" html
|
||||
cd html
|
||||
# setup git config (with defaults)
|
||||
git config user.name "${GIT_NAME-travis}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user