Skip to content
Snippets Groups Projects
Commit 1a1b26d8 authored by akwizgran's avatar akwizgran
Browse files

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

Fix required manual tests

See merge request briar/briar!1588
parents 4e906410 f7892050
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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