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
We should attempt to create artifactdir if it is passed to debos and doesn't exist.
Currently it will fails with something similar to:
obbardc@obbardc-t14:~/projects/debos/debos-recipes$ debos --artifactdir=out rpi64/debimage-rpi64.yaml
2023/08/09 12:34:00 Action `image-partition` failed at stage PreMachine, error: open /home/obbardc/projects/debos/debos-recipes/out/debian-rpi64.img: no such file or directory
The text was updated successfully, but these errors were encountered:
Currently debos fails if an action attempts to use artifactdir and it
doesn't exist on the host:
$ debos --artifactdir=out rpi64/debimage-rpi64.yaml
Action `image-partition` failed at stage PreMachine, error: open /home/obbardc/projects/debos/debos-recipes/out/debian-rpi64.img: no such file or directory
Check that artifactdir exists early and return an error in case that it
does not exist.
Closes: #426
Signed-off-by: Christopher Obbard <[email protected]>
We should attempt to create artifactdir if it is passed to debos and doesn't exist.
Currently it will fails with something similar to:
The text was updated successfully, but these errors were encountered: