We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5b7dc commit 985dd03Copy full SHA for 985dd03
.drone.yml
@@ -3,7 +3,6 @@ name: default
3
4
steps:
5
- name: test
6
- image: arduino/arduino-cli:drone-0.0.0
+ image: arduino/arduino-cli:drone-0.0.1
7
commands:
8
- - curl -sL https://taskfile.dev/install.sh | sh
9
- - ./bin/task test TARGETS=$(go list ./... | grep -v /legacy/)
+ - task test TARGETS=$(go list ./... | grep -v /legacy/)
0 commit comments