Skip to content
Snippets Groups Projects
Commit 0f8a4655 authored by Ryan Scott's avatar Ryan Scott Committed by Marge Bot
Browse files

Allow deploy:pages job to fail

See #18973.
parent 9f4efa6a
No related branches found
No related tags found
No related merge requests found
...@@ -1237,6 +1237,8 @@ pages: ...@@ -1237,6 +1237,8 @@ pages:
dependencies: dependencies:
- doc-tarball - doc-tarball
image: ghcci/x86_64-linux-deb9:0.2 image: ghcci/x86_64-linux-deb9:0.2
# See #18973
allow_failure: true
tags: tags:
- x86_64-linux - x86_64-linux
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment