[commit: ghc] wip/jenkins: Don't remove temporary directories (5c65d49)

git at git.haskell.org git at git.haskell.org
Fri Sep 1 15:37:46 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/5c65d49f38d0dde9fc38848da002de59a08485ff/ghc

>---------------------------------------------------------------

commit 5c65d49f38d0dde9fc38848da002de59a08485ff
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 1 11:37:19 2017 -0400

    Don't remove temporary directories


>---------------------------------------------------------------

5c65d49f38d0dde9fc38848da002de59a08485ff
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6bbe333..28c30d9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -234,7 +234,7 @@ def withTempDir(String name, Closure f) {
       f()
     }
   } finally {
-    sh "rm -Rf ${name}"
+    //sh "rm -Rf ${name}"
   }
 }
 



More information about the ghc-commits mailing list