Skip to content
Snippets Groups Projects
Unverified Commit 9397bbc1 authored by Casey's avatar Casey :recycle: Committed by Clayton Craft
Browse files

ci: integration: fix vmlinuz-dtb path (MR 54)


Since MR 50 vmlinuz-dtb is treated as ephemeral and is only accessible
in the workdir, adjust the path for our validation.

Signed-off-by: default avatarCaleb Connolly <caleb@connolly.tech>
parent 2860628a
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,7 @@ sudo mv "$rootfs/$output_dir" boot
# set +x
boot_dir="boot"
# FIXME: change this to $work_dir with MR 50
kernel_with_dtb="$boot_dir/$kernel_filename"
kernel_with_dtb="work/$kernel_filename"
##
## Inspect the chroot and validate boot-deploy behaviour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment