Merge branch 'update-reproducer-release-tag' into 'master'

Update briar-reproducer release tag

See merge request briar/briar!1768
This commit is contained in:
akwizgran
2023-02-10 14:17:15 +00:00

View File

@@ -83,7 +83,7 @@ android test:
test_reproducible:
stage: check_reproducibility
script:
- "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"
- "curl -X POST -F token=${RELEASE_CHECK_TOKEN} -F ref=master -F variables[RELEASE_TAG]='briar ${CI_COMMIT_REF_NAME}' https://code.briarproject.org/api/v4/projects/61/trigger/pipeline"
only:
- tags