From ee9ba18c2428539c01b69f89f4f4630741249ba8 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Thu, 22 Feb 2018 14:25:53 +0100 Subject: [PATCH] appveyor: Disable artifacts until we use them fixes #6106 --- appveyor.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 415bf70ad..13f8ec1de 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,9 +47,12 @@ test_script: .\tools\win32\test.ps1 if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } -artifacts: -- path: build/Icinga*.msi -- path: build/choco/*.nupkg -- path: build/Test.xml +# Disable until we really need them +# https://github.com/Icinga/icinga2/issues/6106 +# https://help.appveyor.com/discussions/problems/10253-maximum-allowed-artifact-storage-size-of-1000-mb-will-be-exceeded +#artifacts: +#- path: build/Icinga*.msi +#- path: build/choco/*.nupkg +#- path: build/Test.xml deploy: off -- 2.50.1