GitLab CI: allow failure on review job

This commit is contained in:
Alex Gleason 2022-05-25 11:23:55 -04:00
parent 91adeca74a
commit b387c3fed1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -102,6 +102,7 @@ review:
url: https://$CI_COMMIT_REF_SLUG.git.soapbox.pub
script:
- npx -y surge static $CI_COMMIT_REF_SLUG.git.soapbox.pub
allow_failure: true
pages:
stage: deploy