appveyor doesn't clone shallow
This commit is contained in:
parent
c245274e05
commit
ee680f218b
@ -23,7 +23,7 @@ init:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
|
||||||
- git fetch --unshallow
|
- git fetch
|
||||||
- git checkout %APPVEYOR_REPO_BRANCH%
|
- git checkout %APPVEYOR_REPO_BRANCH%
|
||||||
- git reset --hard %APPVEYOR_REPO_COMMIT%
|
- git reset --hard %APPVEYOR_REPO_COMMIT%
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user