[commit: ghc] wip/fix-T16180-on-darwin: gitlab-ci: Disallow failure (75d2630)
git at git.haskell.org
git at git.haskell.org
Wed Jan 23 00:09:29 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-T16180-on-darwin
Link : http://ghc.haskell.org/trac/ghc/changeset/75d26302be04c1cc713856c96079823068736e19/ghc
>---------------------------------------------------------------
commit 75d26302be04c1cc713856c96079823068736e19
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Jan 17 13:56:00 2019 -0500
gitlab-ci: Disallow failure
>---------------------------------------------------------------
75d26302be04c1cc713856c96079823068736e19
.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