[commit: ghc] wip/jenkins: Kill debug output (16e7d1b)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:50:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/16e7d1ba3d0c40762541f13ac4e0fcefb4563684/ghc
>---------------------------------------------------------------
commit 16e7d1ba3d0c40762541f13ac4e0fcefb4563684
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jun 14 16:55:46 2017 -0400
Kill debug output
>---------------------------------------------------------------
16e7d1ba3d0c40762541f13ac4e0fcefb4563684
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