mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-25 16:29:24 +00:00
add vendoring with go dep
This commit is contained in:
17
vendor/github.com/vmware/govmomi/.drone.yml
generated
vendored
Normal file
17
vendor/github.com/vmware/govmomi/.drone.yml
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
clone:
|
||||
tags: true
|
||||
path: github.com/vmware/govmomi
|
||||
build:
|
||||
image: golang:1.7
|
||||
pull: true
|
||||
environment:
|
||||
- GOVC_TEST_URL=$$GOVC_TEST_URL
|
||||
- GOVC_INSECURE=1
|
||||
- VCA=1
|
||||
commands:
|
||||
- make all install
|
||||
- git clone https://github.com/sstephenson/bats.git /tmp/bats
|
||||
- /tmp/bats/install.sh /usr/local
|
||||
- apt-get -qq update && apt-get install -yqq uuid-runtime bsdmainutils jq
|
||||
- govc/test/images/update.sh
|
||||
- bats govc/test
|
||||
Reference in New Issue
Block a user