Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca3ce35

Browse files
committedJul 1, 2019
remove shell expansion
1 parent 985dd03 commit ca3ce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.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)
Please sign in to comment.