mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Merge pull request #33 from gman0/cephfs-import-fix
cephfs/main: updated import path
This commit is contained in:
commit
c8fb63e77f
@ -16,8 +16,10 @@ script:
|
||||
- test -z $(gofmt -s -l $GO_FILES)
|
||||
- go vet -v $(go list ./... | grep -v /vendor/)
|
||||
- make rbdplugin
|
||||
- make cephfsplugin
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
script:
|
||||
- ./deploy.sh
|
||||
- ./deploy-rbd.sh
|
||||
- ./deploy-cephfs.sh
|
||||
|
@ -21,8 +21,7 @@ import (
|
||||
"os"
|
||||
"path"
|
||||
|
||||
// "github.com/ceph/ceph-csi/pkg/cephfs"
|
||||
"github.com/gman0/ceph-csi/pkg/cephfs"
|
||||
"github.com/ceph/ceph-csi/pkg/cephfs"
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user