GitLab CI: allow failure on review job
This commit is contained in:
parent
91adeca74a
commit
b387c3fed1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue