[commit: ghc] wip/jenkins: Kill debug output (11cf82f)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:52 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/11cf82f02770e76ee729bc9fe5e65b78b1238fbb/ghc
>---------------------------------------------------------------
commit 11cf82f02770e76ee729bc9fe5e65b78b1238fbb
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Jun 14 16:55:46 2017 -0400
Kill debug output
>---------------------------------------------------------------
11cf82f02770e76ee729bc9fe5e65b78b1238fbb
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