Skip to content

Commit b943d5f

Browse files
committed
access env var from shell
1 parent 8225e0e commit b943d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stack: go 1.12
1818
install:
1919
# install the task executor
2020
- 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
2222
# golang dependencies needed at test time
2323
- go get github.com/golangci/govet
2424
- go get golang.org/x/lint/golint
@@ -28,7 +28,7 @@ install:
2828
# protobuf tooling needed at test time
2929
- go get github.com/golang/protobuf/protoc-gen-go
3030
- 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%
3232

3333
test_script:
3434
- task.exe test-integration

0 commit comments

Comments
 (0)