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