[commit: ghc] wip/ghc-8.8-merges: gitlab-ci: Disallow failure (9c71476)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:10:45 UTC 2019


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

On branch  : wip/ghc-8.8-merges
Link       : http://ghc.haskell.org/trac/ghc/changeset/9c71476af7df1f1e9ba6a8a6c2a92446b20b398a/ghc

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

commit 9c71476af7df1f1e9ba6a8a6c2a92446b20b398a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jan 17 13:56:00 2019 -0500

    gitlab-ci: Disallow failure


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

9c71476af7df1f1e9ba6a8a6c2a92446b20b398a
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6354d72..158e740 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -109,7 +109,6 @@ validate-x86_64-linux-deb8-hadrian:
 validate-x86_64-darwin:
   extends: .validate
   stage: full-build
-  allow_failure: true
   tags:
     - x86_64-darwin
   variables:



More information about the ghc-commits mailing list