Merge branch 'ci-manual-fix' into 'master'

Fix required manual tests

See merge request briar/briar!1588
This commit is contained in:
akwizgran
2022-02-21 12:33:43 +00:00

View File

@@ -104,10 +104,9 @@ mailbox integration test:
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_success
allow_failure: false
- if: '$CI_COMMIT_TAG == null'
when: manual
allow_failure: false
allow_failure: true # TODO figure out how not to allow failure while leaving this optional
script:
# start mailbox
- cd /opt && git clone --depth 1 https://code.briarproject.org/briar/briar-mailbox.git briar-mailbox