mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
remove the right image
This commit is contained in:
parent
f5dc992f5e
commit
541fae0371
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue