fix: cd /tmp before mkimage.sh to avoid git repo context conflict
This commit is contained in:
@@ -89,6 +89,8 @@ mkdir -p "${DIST_DIR}"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "=== building ISO ==="
|
echo "=== building ISO ==="
|
||||||
|
|
||||||
|
# mkimage.sh uses git internally; run it from /tmp to avoid conflicts with bee repo
|
||||||
|
cd /tmp
|
||||||
sh /usr/share/aports/scripts/mkimage.sh \
|
sh /usr/share/aports/scripts/mkimage.sh \
|
||||||
--tag "v${ALPINE_VERSION}" \
|
--tag "v${ALPINE_VERSION}" \
|
||||||
--outdir "${DIST_DIR}" \
|
--outdir "${DIST_DIR}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user