diff --git a/ci/priv-integration.sh b/ci/priv-integration.sh index 1bfe17d3..5e4c0834 100755 --- a/ci/priv-integration.sh +++ b/ci/priv-integration.sh @@ -112,8 +112,10 @@ ostree-ext-cli container image deploy --sysroot "${sysroot}" \ --stateroot "${stateroot}" --imgref ostree-unverified-image:"${derived_img_dir}" imgref=$(ostree refs --repo=${repo} ostree/container/image | head -1) img_commit=$(ostree --repo=${repo} rev-parse ostree/container/image/${imgref}) - ostree-ext-cli container image remove --repo "${repo}" "${derived_img_dir}" + +ostree-ext-cli container image deploy --sysroot "${sysroot}" \ + --stateroot "${stateroot}" --imgref ostree-unverified-image:"${derived_img_dir}" img_commit2=$(ostree --repo=${repo} rev-parse ostree/container/image/${imgref}) test "${img_commit}" = "${img_commit2}" echo "ok deploy derived container identical revs"