forked from Ivasoft/drone-docker
HACK always as a plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -287,6 +287,7 @@ func main() {
|
||||
cli.StringFlag{
|
||||
Name: "plugin-config",
|
||||
Usage: "path to the plugin config.json. Defaults to config.json",
|
||||
Value: "config.json",
|
||||
EnvVar: "PLUGIN_PLUGIN_CONFIG",
|
||||
},
|
||||
}
|
||||
@@ -334,7 +335,7 @@ func run(c *cli.Context) error {
|
||||
Quiet: c.Bool("quiet"),
|
||||
Platform: c.String("platform"),
|
||||
SSHAgentKey: c.String("ssh-agent-key"),
|
||||
IsPlugin: c.Bool("is-plugin"),
|
||||
IsPlugin: true, //c.Bool("is-plugin"),
|
||||
PluginConfig: c.String("plugin-config"),
|
||||
},
|
||||
Daemon: docker.Daemon{
|
||||
|
||||
Reference in New Issue
Block a user