Skip to content
Snippets Groups Projects
Verified Commit 7045996d authored by Torsten Grote's avatar Torsten Grote
Browse files

Fix branch of reproducer pipeline

parent f8194f6d
Branches
Tags
1 merge request!163Fix branch of reproducer pipeline
Pipeline #13824 passed
...@@ -43,6 +43,6 @@ test: ...@@ -43,6 +43,6 @@ test:
test_reproducible: test_reproducible:
stage: check_reproducibility stage: check_reproducibility
script: script:
- "curl -X POST -F token=${RELEASE_CHECK_TOKEN} -F ref=main -F variables[APP]='briar-mailbox' -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/61/trigger/pipeline" - "curl -X POST -F token=${RELEASE_CHECK_TOKEN} -F ref=master -F variables[APP]='briar-mailbox' -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/61/trigger/pipeline"
only: only:
- tags - tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment