test
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
fithwum/debian-$version-base \
|
fithwum/debian-$version-base \
|
||||||
bash base-image-script/debian-${version}_pt1.sh
|
bash base-image-script/debian-${version}_pt1.sh
|
||||||
|
|
||||||
echo "[DEBUG] Checking host output dir: ./"
|
echo "[DEBUG] Checking host output dir: ./$version"
|
||||||
ls -lh "./$version" || echo "[WARN] No folder or files in ./$version"
|
ls -lh "./$version" || echo "[WARN] No folder or files in ./$version"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TARBALL="/output/${ROOTFS_DIR}.tar.bz2"
|
TARBALL="/output/${DEBIAN_RELEASE}/${ROOTFS_DIR}.tar.bz2"
|
||||||
|
|
||||||
echo "[INFO] Unmounting system directories (ignore errors)..."
|
echo "[INFO] Unmounting system directories (ignore errors)..."
|
||||||
for dir in sys proc dev/pts dev; do
|
for dir in sys proc dev/pts dev; do
|
||||||
|
|||||||
Reference in New Issue
Block a user