File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ stack: go 1.12
18
18
install :
19
19
# install the task executor
20
20
- curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
21
- - 7z e task.zip -o$( GOPATH) \bin
21
+ - 7z e task.zip -o% GOPATH% \bin
22
22
# golang dependencies needed at test time
23
23
- go get github.com/golangci/govet
24
24
- go get golang.org/x/lint/golint
@@ -28,7 +28,7 @@ install:
28
28
# protobuf tooling needed at test time
29
29
- go get github.com/golang/protobuf/protoc-gen-go
30
30
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
31
- - 7z e protoc.zip -o$( PROTOC_PATH)
31
+ - 7z e protoc.zip -o% PROTOC_PATH%
32
32
33
33
test_script :
34
34
- task.exe test-integration
You can’t perform that action at this time.
0 commit comments