appveyor doesn't clone shallow

Este commit está contenido en:
Thom Wiggers 2019-04-18 09:24:07 +02:00
padre c245274e05
commit ee680f218b
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 001BB0A7CE26E363

Ver fichero

@ -23,7 +23,7 @@ init:
build_script:
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
- git fetch --unshallow
- git fetch
- git checkout %APPVEYOR_REPO_BRANCH%
- git reset --hard %APPVEYOR_REPO_COMMIT%
- python -m pip install -r requirements.txt