fix: set NoSkipCheckout

This commit is contained in:
Jason Song 2022-11-11 15:54:13 +08:00
parent abdb547b1b
commit 2e1326b725
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ func NewTask(forgeInstance string, buildID int64, client client.Client, runnerEn
reuseContainers: false,
ForgeInstance: forgeInstance,
envs: runnerEnvs,
noSkipCheckout: true,
},
BuildID: buildID,