Skip to content

Commit 50de4c9

Browse files
committed
bump image
1 parent 23718c7 commit 50de4c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .drone.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: default
33

44
steps:
55
- name: test
6-
image: arduino/arduino-cli:drone-0.0.0
6+
image: arduino/arduino-cli:drone-0.0.1
77
commands:
8-
- curl -sL https://taskfile.dev/install.sh | sh
9-
- ./bin/task test TARGETS=$(go list ./... | grep -v /legacy/)
8+
- task test TARGETS=$(go list ./... | grep -v /legacy/)

0 commit comments

Comments
 (0)