Skip to content

Commit 155b964

Browse files
committed
chore(drone): always pull image
1 parent 95dbca4 commit 155b964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.drone/drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform:
99
steps:
1010
- name: test
1111
image: docker.io/drycc/go-dev
12-
pull: if-not-exists
12+
pull: always
1313
privileged: true
1414
commands:
1515
- make bootstrap test
@@ -28,7 +28,7 @@ steps:
2828

2929
- name: codecov
3030
image: docker.io/drycc/go-dev
31-
pull: if-not-exists
31+
pull: always
3232
commands:
3333
- curl -s https://codecov.io/bash | bash
3434
environment:

0 commit comments

Comments
 (0)