Skip to content

Commit

Permalink
Don't expand
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 27, 2025
1 parent 93f1801 commit 4f6cdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/chroot_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd /opt/domjudge/judgehost/bin || exit 1
section_end chroot

section_start "Show minimal chroot"
./dj_make_chroot "$ARCH_OPTION" | tee -a "$ARTIFACTS"/chroot.log
./dj_make_chroot $ARCH_OPTION | tee -a "$ARTIFACTS"/chroot.log
section_end

section_start "Test chroot contents"
Expand Down

0 comments on commit 4f6cdf5

Please sign in to comment.