From 7f6a5285b899d139025fbe9095f6b3f935aa51d5 Mon Sep 17 00:00:00 2001 From: domgoer <814172254@qq.com> Date: Wed, 18 Sep 2019 15:54:04 +0800 Subject: [PATCH] Add plugins to PrivilegedMode --- drone/exec/_backup/exec.go | 4 +++- drone/exec/exec.go | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drone/exec/_backup/exec.go b/drone/exec/_backup/exec.go index 9898641..5cde0f0 100644 --- a/drone/exec/_backup/exec.go +++ b/drone/exec/_backup/exec.go @@ -69,8 +69,10 @@ var Command = cli.Command{ Usage: "privileged plugins", Value: &cli.StringSlice{ "plugins/docker", - "plugins/gcr", + "plugins/acr", "plugins/ecr", + "plugins/gcr", + "plugins/heroku", }, }, diff --git a/drone/exec/exec.go b/drone/exec/exec.go index c24c783..4ac4213 100644 --- a/drone/exec/exec.go +++ b/drone/exec/exec.go @@ -96,8 +96,10 @@ var Command = cli.Command{ Usage: "privileged plugins", Value: &cli.StringSlice{ "plugins/docker", - "plugins/gcr", + "plugins/acr", "plugins/ecr", + "plugins/gcr", + "plugins/heroku", }, },