Skip to content

Commit

Permalink
Merge pull request #659 from HuijingHei/fix-ci
Browse files Browse the repository at this point in the history
ci: fix failed log
  • Loading branch information
jmarrero committed May 23, 2024
2 parents a7a451e + 104c9ff commit d9edd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Containerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN --mount=type=cache,target=/build/target --mount=type=cache,target=/var/rooth

FROM quay.io/centos-bootc/centos-bootc-dev:stream9
COPY --from=build /out/bootupd.tar.zst /tmp
RUN tar -C / --zstd -xvf /tmp/bootupd.tar.zst && rm -vf /tmp/*
RUN tar -C / --zstd -xvf /tmp/bootupd.tar.zst && rm -rvf /tmp/*
2 changes: 1 addition & 1 deletion tests/e2e-update/e2e-update-in-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ assert_not_file_has_content out.txt ' Installed:.*'"${TARGET_GRUB_PKG}"
assert_file_has_content out.txt 'Update: Available:.*'"${TARGET_GRUB_PKG}"
assert_file_has_content out.txt 'Update: Available:.*test-bootupd-payload-1.0'
bootupctl status --print-if-available > out.txt
assert_file_has_content_literal 'out.txt' 'Updates available: EFI'
assert_file_has_content_literal 'out.txt' 'Updates available: BIOS EFI'
ok update avail

# Mount the EFI partition.
Expand Down

0 comments on commit d9edd85

Please sign in to comment.