fix: continue in case of no/wrong preload .out-of-tree.toml
This commit is contained in:
parent
071608805e
commit
6939d64226
@ -96,7 +96,7 @@ func buildPreload(workPath, tmp string, ki config.KernelInfo,
|
|||||||
|
|
||||||
ka, err := config.ReadArtifactConfig(workPath + "/.out-of-tree.toml")
|
ka, err := config.ReadArtifactConfig(workPath + "/.out-of-tree.toml")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
log.Warn().Err(err).Msg("preload")
|
||||||
}
|
}
|
||||||
|
|
||||||
ka.SourcePath = workPath
|
ka.SourcePath = workPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user