mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +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
|
||||
orbs:
|
||||
webhook: eddiewebb/webhook@0.0.4
|
||||
|
||||
commands:
|
||||
submodules:
|
||||
@@ -219,6 +221,8 @@ commands:
|
||||
path: /tmp/tinygo.linux-amd64.tar.gz
|
||||
- store_artifacts:
|
||||
path: /tmp/tinygo_amd64.deb
|
||||
- webhook/notify:
|
||||
endpoint: "${WEBHOOK_ENDPOINT}"
|
||||
- save_cache:
|
||||
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user