mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
fix update_container
This commit is contained in:
parent
35ba94d08a
commit
13682de9de
1 changed files with 1 additions and 1 deletions
2
utils.sh
2
utils.sh
|
@ -206,7 +206,7 @@ update_container() {
|
|||
local debian_version=$1
|
||||
local ynh_version=$2
|
||||
local snapshot=$3
|
||||
local image_to_update="yunohost-$debian_version-$ynh_version-$snapshot"
|
||||
local image_to_update="yunohost-$debian_version-$ynh_version"
|
||||
|
||||
if ! lxc info "$image_to_update" &>/dev/null
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue