[commit: ghc] wip/jenkins: Fix whitespace (a55cec6)
git at git.haskell.org
git at git.haskell.org
Mon Jul 31 03:09:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/a55cec634908a7fdb24be9afb2cc75816f0f1485/ghc
>---------------------------------------------------------------
commit a55cec634908a7fdb24be9afb2cc75816f0f1485
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 30 23:09:03 2017 -0400
Fix whitespace
>---------------------------------------------------------------
a55cec634908a7fdb24be9afb2cc75816f0f1485
Jenkinsfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 23b6ced..8501f87 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -315,11 +315,11 @@ def nofib(params) {
stage('Run nofib') {
installPkgs(['regex-compat'])
sh """
- cd nofib
- ${makeCmd} clean
- ${makeCmd} boot
- ${makeCmd} >../nofib.log 2>&1
- """
+ cd nofib
+ ${makeCmd} clean
+ ${makeCmd} boot
+ ${makeCmd} >../nofib.log 2>&1
+ """
archiveArtifacts artifacts: 'nofib.log'
}
}
More information about the ghc-commits
mailing list