Skip to content

Commit

Permalink
Explicitly set the repository root directory
Browse files Browse the repository at this point in the history
Looks like Travis does not honor the new repository location.
  • Loading branch information
ingvagabund committed Sep 19, 2019
1 parent e35eb4a commit 94c7b74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ before_script:
- kind load docker-image kubernetes/pause
- cp "$(kind get kubeconfig-path --name="kind")" /tmp/admin.conf
script:
- mkdir -p ~/gopath/src/sigs.k8s.io/
- pwd
- ls ~/gopath/src
- ls ~/gopath/src/github.com
- mv ~/gopath/src/github.com/kubernetes-sigs/descheduler ~/gopath/src/sigs.k8s.io/.
- hack/verify-gofmt.sh
- make lint
- make build
Expand Down

0 comments on commit 94c7b74

Please sign in to comment.