harness-drone/pkg/types/system.go

9 lines
305 B
Go
Raw Normal View History

2015-08-18 17:31:15 +00:00
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/*)
}