remove the right image

This commit is contained in:
Kay0u 2021-01-27 01:16:18 +01:00
parent f5dc992f5e
commit 541fae0371
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -94,7 +94,7 @@ function rebuild_base_lxc()
LXC_BASE="ynh-appci-$DIST-$ARCH-$YNH_BRANCH-base"
lxc stop $img_name
lxc image delete $img_name
lxc image delete $LXC_BASE
lxc publish $img_name --alias $LXC_BASE --public
lxc delete $img_name
set +x