1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 21:31:18 +01:00

Explicitly set the repository root directory

Looks like Travis does not honor the new repository location.
This commit is contained in:
Jan Chaloupka
2019-09-19 14:40:04 +02:00
parent e35eb4a0b5
commit 9d6b6094cd

View File

@@ -18,6 +18,8 @@ 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/
- mv ~/gopath/src/github.com/kubernetes-sigs/descheduler ~/gopath/src/sigs.k8s.io/.
- hack/verify-gofmt.sh
- make lint
- make build