feat(build): start of server-side job queue
This commit is contained in:
parent
6281ef7607
commit
9a49d96e20
9 changed files with 174 additions and 28 deletions
|
|
@ -18,11 +18,11 @@ const (
|
|||
|
||||
pub struct BuildConfig {
|
||||
pub:
|
||||
id int
|
||||
kind string
|
||||
url string
|
||||
branch string
|
||||
repo string
|
||||
target_id int
|
||||
kind string
|
||||
url string
|
||||
branch string
|
||||
repo string
|
||||
base_image string
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue