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

Use main instead of master

parent a4d49f6e
No related branches found
No related tags found
1 merge request!9Install curl before trying to call it
Pipeline #8673 passed
......@@ -41,6 +41,6 @@ rebuild consumers:
before_script:
- apk add --update curl && rm -rf /var/cache/apk/*
script:
- "curl -X POST -F token=${REBUILD_EMULATOR} -F ref=master -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/225/trigger/pipeline"
- "curl -X POST -F token=${REBUILD_EMULATOR} -F ref=main -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/225/trigger/pipeline"
only:
- master
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