[commit: ghc] wip/T15952-2: gitlab-ci: Disallow failure (daff24b)
git at git.haskell.org
git at git.haskell.org
Thu Jan 24 11:55:55 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15952-2
Link : http://ghc.haskell.org/trac/ghc/changeset/daff24bc74c1fed7efb1acde2d8f90dc9621a308/ghc
>---------------------------------------------------------------
commit daff24bc74c1fed7efb1acde2d8f90dc9621a308
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jan 17 13:56:00 2019 -0500
gitlab-ci: Disallow failure
>---------------------------------------------------------------
daff24bc74c1fed7efb1acde2d8f90dc9621a308
.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