Skip to content
Snippets Groups Projects
Commit 36669c76 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'rebuild-consumers' into 'master'

Install curl before trying to call it

See merge request !9
parents 729ba2af d848aaba
No related branches found
No related tags found
1 merge request!9Install curl before trying to call it
Pipeline #10099 passed
image: docker:git image: docker:git
services: services:
- docker:dind - docker:dind
stages: stages:
- build - build
- test - test
- release - release
variables: variables:
TEST_IMAGE: briar/ci-image-android:${CI_BUILD_REF_NAME} TEST_IMAGE: briar/ci-image-android:${CI_BUILD_REF_NAME}
...@@ -38,7 +38,9 @@ release: ...@@ -38,7 +38,9 @@ release:
rebuild consumers: rebuild consumers:
stage: release stage: release
before_script:
- apk add --update curl && rm -rf /var/cache/apk/*
script: 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: only:
- master - 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