mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
build: trigger drivers repo build after successful docker dev build
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -51,3 +51,9 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
- name: Trigger Drivers repo build on CircleCI
|
||||||
|
run: |
|
||||||
|
curl --location --request POST 'https://circleci.com/api/v2/project/github/tinygo-org/drivers/pipeline' \
|
||||||
|
--header 'Content-Type: application/json' \
|
||||||
|
-d '{"branch": "dev"}' \
|
||||||
|
-u "${{ secrets.CIRCLECI_API_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user