diff options
author | Ben Gamari <ben@well-typed.com> | 2020-10-17 13:26:24 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-10-17 13:26:24 -0400 |
commit | b02a9ea79dddd98f6bbb42e1652d7ea38db7d55e (patch) | |
tree | e840b37fa8bfdbf30aa7081d49df811763cac590 /.gitlab-ci.yml | |
parent | aca0e63bce4b29ac6e0cd06dbd169b0c06b53e25 (diff) | |
download | haskell-b02a9ea79dddd98f6bbb42e1652d7ea38db7d55e.tar.gz |
gitlab-ci: s/allow_newer/allow_failure
Silly mistake on my part.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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" |