jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/423829 )
Change subject: appveyor.yml: Use a shallow clone instead of cloning the whole repository ......................................................................
appveyor.yml: Use a shallow clone instead of cloning the whole repository
A depth of 50 is chosen as it would be very unusual for pywikibot to have more than 50 builds in Appveyor queue.
See https://www.appveyor.com/docs/how-to/repository-shallow-clone/ for more info.
Change-Id: Ic9959ffb5f75592eb78fdcea9c41bf8812aae79a --- M .appveyor.yml 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index 85ccee8..2755449 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,4 @@ +clone_depth: 50 environment:
global:
pywikibot-commits@lists.wikimedia.org