mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +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)
|
- test -z $(gofmt -s -l $GO_FILES)
|
||||||
- go vet -v $(go list ./... | grep -v /vendor/)
|
- go vet -v $(go list ./... | grep -v /vendor/)
|
||||||
- make rbdplugin
|
- make rbdplugin
|
||||||
|
- make cephfsplugin
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script:
|
script:
|
||||||
- ./deploy.sh
|
- ./deploy-rbd.sh
|
||||||
|
- ./deploy-cephfs.sh
|
||||||
|
@ -21,8 +21,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
|
|
||||||
// "github.com/ceph/ceph-csi/pkg/cephfs"
|
"github.com/ceph/ceph-csi/pkg/cephfs"
|
||||||
"github.com/gman0/ceph-csi/pkg/cephfs"
|
|
||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user