[commit: ghc] wip/jenkins: Debug (bbc2b22)

git at git.haskell.org git at git.haskell.org
Sun Jun 4 15:18:35 UTC 2017


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

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

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

commit bbc2b22a8417bb026c018f49c6b7c36c7c3a58b7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jun 4 11:18:23 2017 -0400

    Debug


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

bbc2b22a8417bb026c018f49c6b7c36c7c3a58b7
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a1a6b13..c924e85 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -223,8 +223,9 @@ def withGhcSrcDist(Closure f) {
     }
 
     def metadata = readJSON file: 'src-dist.json'
+    sh "cat src-dist.json"
     echo "${metadata}"
-    sh "${metadata.dirName}"
+    sh "echo ${metadata.dirName}; ls ${metadata.dirName}"
     dir(metadata.dirName) {
       f()
     }



More information about the ghc-commits mailing list