Skip to content

Commit fb0dabf

Browse files
committed
chore(controller-sdk-go): use exec runner replace docker runner
1 parent 8a9f2f2 commit fb0dabf

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.drone/drone.yml

Lines changed: 1 addition & 19 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,12 +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
3124
pull: always
3225
commands:
3326
- curl -s https://codecov.io/bash | bash
@@ -37,14 +30,3 @@ steps:
3730
when:
3831
status:
3932
- 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)