mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Trigger external pipeline to check release builds
This commit is contained in:
@@ -21,11 +21,7 @@ test:
|
|||||||
|
|
||||||
|
|
||||||
test_reproducible:
|
test_reproducible:
|
||||||
image: briar/reproducer:latest
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd /opt/briar-reproducer
|
- "curl -X POST -F token=${RELEASE_CHECK_TOKEN} -F ref=master -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/61/trigger/pipeline"
|
||||||
- ./reproduce.py ${CI_COMMIT_REF_NAME}
|
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|||||||
Reference in New Issue
Block a user