mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 19:10:21 +00:00
install dep on travis
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
e128caddc5
commit
6eac2e366e
@ -29,6 +29,11 @@ env:
|
|||||||
- MINIKUBE_VERSION=v1.2.0
|
- MINIKUBE_VERSION=v1.2.0
|
||||||
- CHANGE_MINIKUBE_NONE_USER=true
|
- CHANGE_MINIKUBE_NONE_USER=true
|
||||||
- KUBECONFIG=$HOME/.kube/config
|
- KUBECONFIG=$HOME/.kube/config
|
||||||
|
- DEP_VERSION=v0.5.4
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- curl
|
||||||
|
https://raw.githubusercontent.com/golang/dep/${DEP_VERSION}/install.sh|sh
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user