Skip to content

Commit b50fb14

Browse files
committed
chore(controller-sdk-go): use drone replace woodpecker
1 parent 4fdd843 commit b50fb14

2 files changed

Lines changed: 18 additions & 37 deletions

File tree

.drone/drone.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.woodpecker/test-linux.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
platform: linux/amd64
2+
3+
labels:
4+
type: exec
5+
6+
pipeline:
7+
- name: test-linux
8+
image: bash
9+
commands:
10+
- make bootstrap test
11+
- curl -s https://codecov.io/bash | bash
12+
secrets:
13+
- dev_registry
14+
- codecov_token
15+
when:
16+
event:
17+
- push
18+
- tag

0 commit comments

Comments
 (0)