From ad08d0b8cbec4e5f6c69fee23d41994ad854c231 Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Mon, 2 Sep 2024 14:12:50 +0530 Subject: [PATCH] fix: [CI-14093]: hotfix for build 156 --- command/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/config/config.go b/command/config/config.go index 21e49ef3..f9b50097 100644 --- a/command/config/config.go +++ b/command/config/config.go @@ -344,7 +344,7 @@ type EnvConfig struct { MaxPoolSize int `envconfig:"DRONE_MAX_POOL_SIZE" default:"2"` EnableAutoPool bool `envconfig:"DRONE_ENABLE_AUTO_POOL" default:"false"` HarnessTestBinaryURI string `envconfig:"DRONE_HARNESS_TEST_BINARY_URI"` - PluginBinaryURI string `envconfig:"DRONE_PLUGIN_BINARY_URI" default:"https://github.com/drone/plugin/releases/download/v0.3.6-beta"` + PluginBinaryURI string `envconfig:"DRONE_PLUGIN_BINARY_URI" default:"https://github.com/drone/plugin/releases/download/v0.3.7-beta"` PurgerTime int64 `envconfig:"DRONE_PURGER_TIME_MINUTES" default:"30"` } LiteEngine struct {