Skip to content

Commit 46c96df

Browse files
committed
chore(pkg): use exec runner replace docker runner
1 parent 4e5da3e commit 46c96df

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.drone/drone.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: pipeline
2-
type: docker
2+
type: exec
33
name: linux-amd64
44

55
platform:
@@ -8,9 +8,6 @@ platform:
88

99
steps:
1010
- name: test
11-
image: docker.io/drycc/go-dev
12-
pull: always
13-
privileged: true
1411
commands:
1512
- make bootstrap test
1613
environment:
@@ -22,13 +19,8 @@ steps:
2219
- push
2320
- tag
2421
- pull_request
25-
volumes:
26-
- name: image_registries
27-
path: /etc/containers/registries.conf
2822

2923
- name: codecov
30-
image: docker.io/drycc/go-dev
31-
pull: always
3224
commands:
3325
- curl -s https://codecov.io/bash | bash
3426
environment:
@@ -37,14 +29,3 @@ steps:
3729
when:
3830
status:
3931
- success
40-
41-
trigger:
42-
event:
43-
- push
44-
- tag
45-
- pull_request
46-
47-
volumes:
48-
- name: image_registries
49-
host:
50-
path: /etc/containers/registries.conf

0 commit comments

Comments
 (0)