Browse Source

temp skipping azure

can not release due to https://github.com/Azure/azure-pipeline-go/issues/23
pull/997/head
Chris Lu 6 years ago
parent
commit
88fed85bba
  1. 2
      weed/command/filer_replication.go

2
weed/command/filer_replication.go

@ -7,7 +7,7 @@ import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/replication"
"github.com/chrislusf/seaweedfs/weed/replication/sink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
// _ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink"

Loading…
Cancel
Save