Skip to content

Commit

Permalink
Fix docker build and delete vendor files which were not deleted (#473)
Browse files Browse the repository at this point in the history
* Fix docker build and delete vendor files which were not deleted

* Fix docker build and delete vendor files which were not deleted

* Add me as a owner

* Fix docker build and delete vendor files which were not deleted
  • Loading branch information
njuettner authored and linki committed Feb 22, 2018
1 parent 5d54849 commit 06a8da0
Show file tree
Hide file tree
Showing 30 changed files with 7 additions and 2,728 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ matrix:
- go: tip

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

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Fix docker build and delete vendor files which were not deleted (#473) @njuettner
- DigitalOcean: DigitalOcean creates entries with host in them twice (#459) @njuettner
- Bugfix: Retrive all DNSimple response pages (#468) @jbowes
- external-dns does now provide support for multiple targets for A records. This is currently only supported by the Google Cloud DNS provider (#418) @dereulenspiegel
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FROM golang:1.9 as builder

WORKDIR /go/src/github.com/kubernetes-incubator/external-dns
COPY . .
RUN make dep
RUN make test
RUN make build

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cover:
cover-html: cover
go tool cover -html cover.out

dep:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure -vendor-only

# The verify target runs tasks similar to the CI tasks, but without code coverage
.PHONY: verify test
Expand Down
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ approvers:
- chrislovecnm
- kris-nova
- iterion
- njuettner
102 changes: 0 additions & 102 deletions vendor/github.com/nesv/go-dynect/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/nesv/go-dynect/LICENSE.md

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/github.com/nesv/go-dynect/README.md

This file was deleted.

Loading

0 comments on commit 06a8da0

Please sign in to comment.