Skip to content

Commit

Permalink
change build system to use dep as vendoring tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Aug 16, 2018
1 parent 2b7d2a2 commit 1fa718f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
*.iml
/hetzner-kube*
/dist

/vendor

/cmd/test.go
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ go:
- tip

before_install:
- go get -v ./...
- go get -v github.com/golang/dep/cmd/dep
- dep ensure
- go get -v github.com/golang/lint/golint

script:
Expand Down
1 change: 1 addition & 0 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -ev

dep ensure
go build
VERSION=$(./hetzner-kube version)

Expand Down

0 comments on commit 1fa718f

Please sign in to comment.