[commit: ghc] wip/fix-osx-ci: gitlab-ci: Disallow failure (4b8cfe2)

git at git.haskell.org git at git.haskell.org
Thu Jan 17 18:57:22 UTC 2019


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

On branch  : wip/fix-osx-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/4b8cfe263b141ead15ffee0c9fdf2c7d1a7fa650/ghc

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

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

    gitlab-ci: Disallow failure


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

4b8cfe263b141ead15ffee0c9fdf2c7d1a7fa650
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 162c19c..73b736b 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