mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
build: remove CircleCI orb, now using different integration
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
webhook: eddiewebb/webhook@0.0.4
|
||||
|
||||
commands:
|
||||
submodules:
|
||||
@@ -221,8 +219,6 @@ 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