[commit: ghc] wip/jenkins: Fix whitespace (be584e1)
git at git.haskell.org
git at git.haskell.org
Fri Aug 18 03:50:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/be584e16ee71d624c38eba30ae83035f4a456727/ghc
>---------------------------------------------------------------
commit be584e16ee71d624c38eba30ae83035f4a456727
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 30 23:09:03 2017 -0400
Fix whitespace
>---------------------------------------------------------------
be584e16ee71d624c38eba30ae83035f4a456727
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