1
1

appveyor doesn't clone shallow

Este cometimento está contido em:
Thom Wiggers 2019-04-18 09:24:07 +02:00
ascendente c245274e05
cometimento ee680f218b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 001BB0A7CE26E363

Ver ficheiro

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