Skip to content

Commit 424d775

Browse files
deadprogramaykevl
authored andcommitted
build: remove CircleCI orb, now using different integration
Signed-off-by: deadprogram <[email protected]>
1 parent 726d735 commit 424d775

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
version: 2.1
2-
orbs:
3-
webhook: eddiewebb/[email protected]
42

53
commands:
64
submodules:
@@ -221,8 +219,6 @@ commands:
221219
path: /tmp/tinygo.linux-amd64.tar.gz
222220
- store_artifacts:
223221
path: /tmp/tinygo_amd64.deb
224-
- webhook/notify:
225-
endpoint: "${WEBHOOK_ENDPOINT}"
226222
- save_cache:
227223
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
228224
paths:

0 commit comments

Comments
 (0)