Runners now send status messages
This commit is contained in:
parent
6bdb8cd78b
commit
2bd128af13
22 changed files with 741 additions and 105 deletions
|
|
@ -165,6 +165,7 @@ func (g *Github) Validate() error {
|
|||
type Provider struct {
|
||||
Name string `toml:"name" json:"name"`
|
||||
ProviderType ProviderType `toml:"provider_type" json:"provider-type"`
|
||||
Description string `toml:"description" json:"description"`
|
||||
LXD LXD `toml:"lxd" json:"lxd"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue