add forgeinstance
This commit is contained in:
parent
9c7d2be7c6
commit
378966e45f
7 changed files with 28 additions and 22 deletions
|
@ -86,11 +86,11 @@ type Task struct {
|
|||
}
|
||||
|
||||
// NewTask creates a new task
|
||||
func NewTask(buildID int64, client client.Client) *Task {
|
||||
func NewTask(forgeInstance string, buildID int64, client client.Client) *Task {
|
||||
task := &Task{
|
||||
Input: &TaskInput{
|
||||
reuseContainers: true,
|
||||
ForgeInstance: "gitea",
|
||||
ForgeInstance: forgeInstance,
|
||||
},
|
||||
BuildID: buildID,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue