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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user