Skip to content
Snippets Groups Projects
Commit 577b5320 authored by Frederic Danis's avatar Frederic Danis
Browse files

Fix crash between ostree-commit and ostree-deploy


ROOTDIR needs to be reseted between ostree-commit and ostree-deploy

Fixes: APERTIS-5739

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent ac86b17a
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,11 @@ actions:
branch: {{ $branch }}
ostree: {{ $ostree }}
- action: run
description: Reset rootfs before deploying OSTree
chroot: false
command: find ${ROOTDIR} -maxdepth 1 -mindepth 1 -exec rm -rf {} \;
- action: recipe
description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }}
recipe: apertis-ostree-image-uboot.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment