[commit: ghc] wip/jenkins: Kill debug output (202b673)

git at git.haskell.org git at git.haskell.org
Fri Jul 28 16:44:49 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/202b673ef2d61862651e2754a42f9b9089444091/ghc

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

commit 202b673ef2d61862651e2754a42f9b9089444091
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jun 14 16:55:46 2017 -0400

    Kill debug output


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

202b673ef2d61862651e2754a42f9b9089444091
 Jenkinsfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1c6fa39..25ad7f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -239,7 +239,6 @@ def withGhcSrcDist(Closure f) {
     }
 
     def metadata = readJSON file: 'src-dist.json'
-    sh "cat src-dist.json"
     dir(metadata.dirName) {
       f()
     }



More information about the ghc-commits mailing list