From 88fed85bba8746e2576f3dae9d58ccf922652c09 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 30 Jun 2019 23:17:45 -0700 Subject: [PATCH] temp skipping azure can not release due to https://github.com/Azure/azure-pipeline-go/issues/23 --- weed/command/filer_replication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"