mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
e46a007961
With this update, we no longer import github.com/hashicorp/vault which now is under BSL license. https://github.com/hashicorp/vault/blob/main/LICENSE resolves: #4196 Signed-off-by: Rakshith R <rar@redhat.com>
15 lines
259 B
YAML
15 lines
259 B
YAML
version: "{build}"
|
|
platform: x64
|
|
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
build_script:
|
|
- go get -t
|
|
- go test
|