summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-10-17 13:26:24 -0400
committerBen Gamari <ben@well-typed.com>2020-10-17 13:26:24 -0400
commitb02a9ea79dddd98f6bbb42e1652d7ea38db7d55e (patch)
treee840b37fa8bfdbf30aa7081d49df811763cac590
parentaca0e63bce4b29ac6e0cd06dbd169b0c06b53e25 (diff)
downloadhaskell-b02a9ea79dddd98f6bbb42e1652d7ea38db7d55e.tar.gz
gitlab-ci: s/allow_newer/allow_failure
Silly mistake on my part.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab761747b4..477e9ffbeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -982,7 +982,7 @@ doc-tarball:
stage: packaging
needs: [validate-x86_64-linux-deb9-debug, validate-x86_64-windows-hadrian, validate-x86_64-linux-deb9-unreg-hadrian]
# N.B. Documentation isn't correctly packaged in Hadrian bindists
- allow_newer: true
+ allow_failure: true
tags:
- x86_64-linux
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"