Skip to content

Commit 2c06660

Browse files
committed
chore(pkg): use woodpecker replace drone
1 parent 26c11ff commit 2c06660

3 files changed

Lines changed: 19 additions & 36 deletions

File tree

.drone/drone.yml

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ rootfs/bin/boot
22
vendor/*
33
coverage.txt
44
.idea/*
5+
.vscode/*

.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)