File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ function set_vars() {
51
51
# Read by the mantle container.
52
52
# The local directory ("pwd") will be mounted to /work/ in the container.
53
53
cat > sdk_container/.env << EOF
54
- export QEMU_IMAGE_NAME=" /work/__build__/images/images/${arch} -usr/latest/flatcar_production_image.bin"
55
- export QEMU_UEFI_BIOS=" /work/__build__/images/images/${arch} -usr/latest/flatcar_production_qemu_uefi_efi_code.fd"
56
- export QEMU_UPDATE_PAYLOAD=" /work/__build__/images/images/${arch} -usr/latest/flatcar_test_update.gz"
57
- export PARALLEL_TESTS=${parallel}
54
+ export QEMU_IMAGE_NAME=/work/__build__/images/images/${arch@ Q } -usr/latest/flatcar_production_image.bin
55
+ export QEMU_UEFI_BIOS=/work/__build__/images/images/${arch@ Q } -usr/latest/flatcar_production_qemu_uefi_efi_code.fd
56
+ export QEMU_UPDATE_PAYLOAD=/work/__build__/images/images/${arch@ Q } -usr/latest/flatcar_test_update.gz
57
+ export PARALLEL_TESTS=${parallel@ Q }
58
58
EOF
59
59
60
60
export MAX_RETRIES=5
You can’t perform that action at this time.
0 commit comments