]> granicus.if.org Git - icinga2/commitdiff
appveyor: Disable artifacts until we use them 6113/head
authorMarkus Frosch <markus.frosch@icinga.com>
Thu, 22 Feb 2018 13:25:53 +0000 (14:25 +0100)
committerMarkus Frosch <markus.frosch@icinga.com>
Thu, 22 Feb 2018 13:25:53 +0000 (14:25 +0100)
fixes #6106

appveyor.yml

index 415bf70adec0988b01cb7cbb494bb9043b5d6eb9..13f8ec1de78b749b37a42f31957e1f64c75a31b2 100644 (file)
@@ -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