From 8c16455bdd735508a91c863878a08c334817ea58 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Thu, 15 Jun 2017 11:24:05 -0700 Subject: [PATCH] These caches get corrupted, let's just disable them for now --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 79f4f0cbd..11ab7b3ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,10 +58,6 @@ artifacts: name: atom-full.nupkg cache: - - '%APPVEYOR_BUILD_FOLDER%\script\node_modules' - - '%APPVEYOR_BUILD_FOLDER%\apm\node_modules' - - '%APPVEYOR_BUILD_FOLDER%\node_modules' - '%APPVEYOR_BUILD_FOLDER%\electron' - '%USERPROFILE%\.atom\.apm' - '%USERPROFILE%\.atom\compile-cache' - - '%USERPROFILE%\.atom\snapshot-cache'