Skip to content

Commit 30ea7df

Browse files
committed
chore(drone): always pull image
1 parent 37e49a8 commit 30ea7df

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
@@ -5,7 +5,7 @@ name: default
55
steps:
66
- name: test
77
image: docker.io/drycc/go-dev
8-
pull: if-not-exists
8+
pull: always
99
privileged: true
1010
commands:
1111
- VERSION=${DRONE_TAG:-latest} make test
@@ -23,7 +23,7 @@ steps:
2323

2424
- name: build
2525
image: docker.io/drycc/go-dev
26-
pull: if-not-exists
26+
pull: always
2727
privileged: true
2828
commands:
2929
- VERSION=${DRONE_TAG:-latest} make build

0 commit comments

Comments
 (0)