Skip to content

Commit 3003827

Browse files
committed
remove shell expansion
1 parent c19da6f commit 3003827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ steps:
55
- name: test
66
image: arduino/arduino-cli:drone-0.0.1
77
commands:
8-
- task test TARGETS=$(go list ./... | grep -v /legacy/)
8+
- task test

0 commit comments

Comments
 (0)