diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-09-06 14:38:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-09-06 14:38:47 -0400 |
commit | 0d564eaba48f8683561d707831371131b9f27b24 (patch) | |
tree | 2c46a8ae10ee44a7a8e1affd30c3f07c1d132c1b /standalone | |
parent | bc4a8a80b5ccdc3deb47713b1a92b39d4122fb3a (diff) |
stop removing old builds again
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 11e6c6482..e6e23c907 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -28,7 +28,7 @@ export UPGRADE_LOCATION # Uncomment to get rid of cabal installed libraries. #cabal list --installed -rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc # Don't allow build artifact from a past successful build to be extracted # if we fail. |