Skip to content

Commit

Permalink
Using dep in travis to ensure all dependencies are installed (kuberne…
Browse files Browse the repository at this point in the history
…tes-sigs#471)

* Using dep in travis to ensure all dependencies are installed

* Using dep in travis to ensure all dependencies are installed

* Using dep in travis to ensure all dependencies are installed

* Using dep in travis to ensure all dependencies are installed
  • Loading branch information
njuettner authored and linki committed Feb 21, 2018
1 parent 9bd5f06 commit 1e22c32
Show file tree
Hide file tree
Showing 8,977 changed files with 12 additions and 5,789,963 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ cscope.*
cover.out
*.coverprofile
external-dns

# vendor dir
vendor/
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
- go: tip

before_install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -vendor-only
- go get github.com/mattn/goveralls
- go get github.com/alecthomas/gometalinter

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@ Make sure you have the following prerequisites:

First, get ExternalDNS:

**To install all dependencies, make sure to install [dep](https://github.com/golang/dep) first.**

```console
$ go get -u github.com/kubernetes-incubator/external-dns
$ git clone https://github.com/kubernetes-incubator/external-dns.git && cd external-dns
$ dep ensure -vendor-only
$ make
```

This will create external-dns in the build directory directly from master.

Next, run an application and expose it via a Kubernetes Service:

```console
Expand Down
11 changes: 0 additions & 11 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

126 changes: 0 additions & 126 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/cloud.google.com/go/CONTRIBUTORS

This file was deleted.

Loading

0 comments on commit 1e22c32

Please sign in to comment.