chore(engine): ping docker daemon

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2022-08-13 14:15:21 +08:00
committed by Jason Song
parent 9225a3a856
commit 4eb5213294
6 changed files with 281 additions and 221 deletions

View File

@ -5,8 +5,8 @@ import "github.com/kelseyhightower/envconfig"
type (
// Config provides the system configuration.
Config struct {
Debug bool `envconfig:"DRONE_DEBUG"`
Trace bool `envconfig:"DRONE_TRACE"`
Debug bool `envconfig:"GITEA_DEBUG"`
Trace bool `envconfig:"GITEA_TRACE"`
}
)