We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9f2f2 commit fb0dabfCopy full SHA for fb0dabf
1 file changed
.drone/drone.yml
@@ -1,5 +1,5 @@
1
kind: pipeline
2
-type: docker
+type: exec
3
name: linux-amd64
4
5
platform:
@@ -8,9 +8,6 @@ platform:
8
9
steps:
10
- name: test
11
- image: docker.io/drycc/go-dev
12
- pull: always
13
- privileged: true
14
commands:
15
- make bootstrap test
16
environment:
@@ -22,12 +19,8 @@ steps:
22
19
- push
23
20
- tag
24
21
- pull_request
25
- volumes:
26
- - name: image_registries
27
- path: /etc/containers/registries.conf
28
29
- name: codecov
30
31
pull: always
32
33
- curl -s https://codecov.io/bash | bash
@@ -37,14 +30,3 @@ steps:
37
when:
38
status:
39
- success
40
-
41
-trigger:
42
- event:
43
- - push
44
- - tag
45
- - pull_request
46
47
-volumes:
48
-- name: image_registries
49
- host:
50
0 commit comments