Skip to content

Commit

Permalink
fix: [CI-14093]: hotfix for build 156
Browse files Browse the repository at this point in the history
  • Loading branch information
devkimittal committed Sep 2, 2024
1 parent 6233d6d commit ad08d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ad08d0b

Please sign in to comment.