ci: symlink /work -> GITHUB_WORKSPACE for ks %post SRC probe
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
a4895d7b07
commit
a215df5952
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-iso.yml
vendored
6
.github/workflows/build-iso.yml
vendored
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue