[commit: ghc] wip/jenkins: Fix whitespace (ed2a53b)

git at git.haskell.org git at git.haskell.org
Wed Aug 16 23:02:59 UTC 2017


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

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

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

commit ed2a53b4a8f0bc27b5eddca476c9e82a17b60d2b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jul 30 23:09:03 2017 -0400

    Fix whitespace


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

ed2a53b4a8f0bc27b5eddca476c9e82a17b60d2b
 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