mirror of
https://github.com/harness/drone.git
synced 2025-05-11 06:30:06 +08:00
9 lines
305 B
Go
9 lines
305 B
Go
package types
|
|
|
|
type System struct {
|
|
URL string // System URL
|
|
Env map[string]string // Global environment variables
|
|
Builder string // Name of build container (default drone/drone-build)
|
|
Plugins string // Name of approved plugin containers (default plugins/*)
|
|
}
|