mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Merge branch 'ci-manual-fix' into 'master'
Fix required manual tests See merge request briar/briar!1588
This commit is contained in:
@@ -104,10 +104,9 @@ mailbox integration test:
|
|||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule"'
|
||||||
when: on_success
|
when: on_success
|
||||||
allow_failure: false
|
|
||||||
- if: '$CI_COMMIT_TAG == null'
|
- if: '$CI_COMMIT_TAG == null'
|
||||||
when: manual
|
when: manual
|
||||||
allow_failure: false
|
allow_failure: true # TODO figure out how not to allow failure while leaving this optional
|
||||||
script:
|
script:
|
||||||
# start mailbox
|
# start mailbox
|
||||||
- cd /opt && git clone --depth 1 https://code.briarproject.org/briar/briar-mailbox.git briar-mailbox
|
- cd /opt && git clone --depth 1 https://code.briarproject.org/briar/briar-mailbox.git briar-mailbox
|
||||||
|
|||||||
Reference in New Issue
Block a user