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