ci: test changes
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 18s
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 18s
This commit is contained in:
@@ -25,7 +25,10 @@ if [[ ! -f "$MANIFEST" ]]; then
|
||||
echo "Manifest not found: $MANIFEST"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -d "$OUTPUT" ]]; then
|
||||
echo "Removing stale OCI directory: $OUTPUT"
|
||||
rm -rf "$OUTPUT"
|
||||
fi
|
||||
# --- PREPARE OSTREE REPO ---
|
||||
mkdir -p repo cache
|
||||
if [[ ! -f "repo/config" ]]; then
|
||||
@@ -70,7 +73,7 @@ ARGS=(
|
||||
"--cachedir=cache"
|
||||
)
|
||||
|
||||
rpm-ostree compose rootfs \
|
||||
rpm-ostree compose image \
|
||||
"${ARGS[@]}" \
|
||||
"$MANIFEST" \
|
||||
"$OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user