fix: set NoSkipCheckout
This commit is contained in:
parent
abdb547b1b
commit
2e1326b725
|
@ -75,6 +75,7 @@ func NewTask(forgeInstance string, buildID int64, client client.Client, runnerEn
|
|||
reuseContainers: false,
|
||||
ForgeInstance: forgeInstance,
|
||||
envs: runnerEnvs,
|
||||
noSkipCheckout: true,
|
||||
},
|
||||
BuildID: buildID,
|
||||
|
||||
|
|
Loading…
Reference in New Issue