File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ stack: go 1.12
15
15
16
16
install :
17
17
# install the task executor
18
- - curl -fsS - o task.zip -O https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
18
+ - curl -o task.zip -LO https://github.com/go-task/task/releases/download/v2.6.0/task_windows_amd64.zip
19
19
- 7z e task.zip -o$(GOPATH)\bin
20
20
# golang dependencies needed at test time
21
21
- go get github.com/golangci/govet
@@ -24,7 +24,7 @@ install:
24
24
- pip install -r test\requirements.txt
25
25
# protobuf tooling needed at test time
26
26
- go get github.com/golang/protobuf/protoc-gen-go
27
- - curl -fsS - o protoc.zip -O https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
27
+ - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8.0/protoc-3.8.0-win64.zip
28
28
- 7z e protoc.zip -o$(GOPATH)
29
29
30
30
test_script :
You can’t perform that action at this time.
0 commit comments