aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-06-30 23:17:45 -0700
committerChris Lu <chris.lu@gmail.com>2019-06-30 23:17:45 -0700
commit88fed85bba8746e2576f3dae9d58ccf922652c09 (patch)
tree86b270c1493617ef62559bc4469a047f2861a677
parentd7ffca48c901244911c35a60e75db557f049a8f1 (diff)
downloadseaweedfs-88fed85bba8746e2576f3dae9d58ccf922652c09.tar.xz
seaweedfs-88fed85bba8746e2576f3dae9d58ccf922652c09.zip
temp skipping azure
can not release due to https://github.com/Azure/azure-pipeline-go/issues/23
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index c6e7f5dba..c3e22abff 100644
--- a/weed/command/filer_replication.go
+++ b/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"