You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure ci artifacts are present when using devtool sandbox
Without ensure_ci_artifacts called inside cmd_sandbox, you will see an
index out of bounds errors during set up of the argument parser, since
build/img will be an empty directory (e.g. there are no kernels to
select, and the -1 index will be out of bounds).
Reported-by: Jack Thomson <[email protected]>
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments