mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
build: add webhook notifier orb for circleci
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
orbs:
|
||||||
|
webhook: eddiewebb/webhook@0.0.4
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
submodules:
|
submodules:
|
||||||
@@ -219,6 +221,8 @@ commands:
|
|||||||
path: /tmp/tinygo.linux-amd64.tar.gz
|
path: /tmp/tinygo.linux-amd64.tar.gz
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/tinygo_amd64.deb
|
path: /tmp/tinygo_amd64.deb
|
||||||
|
- webhook/notify:
|
||||||
|
endpoint: "${WEBHOOK_ENDPOINT}"
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
|
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user