ci: symlink /work -> GITHUB_WORKSPACE for ks %post SRC probe

This commit is contained in:
obsidian-ai 2026-05-06 14:58:24 +01:00 committed by s8n
parent 29a6677d54
commit abaff9d3c3

View file

@ -100,6 +100,12 @@ jobs:
ksvalidator kickstart/veilor-os-ci.ks ksvalidator kickstart/veilor-os-ci.ks
mkdir -p build/out mkdir -p build/out
# The kickstart's %post --nochroot probes a fixed list of
# candidate paths to locate the repo source for overlay/scripts
# copy. /work is the canonical CI candidate; symlink the live
# workspace there so the existing probe finds it.
ln -sfn "$GITHUB_WORKSPACE" /work
mkdir -p /var/lmc /var/lmc-cache mkdir -p /var/lmc /var/lmc-cache
livecd-creator \ livecd-creator \
--verbose \ --verbose \