mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
fix snapshot create
This commit is contained in:
parent
03de0719dc
commit
dcf9fd434e
1 changed files with 1 additions and 1 deletions
2
utils.sh
2
utils.sh
|
@ -99,7 +99,7 @@ create_snapshot()
|
||||||
local snapshot=$3
|
local snapshot=$3
|
||||||
|
|
||||||
# Create snapshot
|
# Create snapshot
|
||||||
incus snapshot "$instance_to_publish" "$ynh_version-$snapshot" --reuse
|
incus snapshot create "$instance_to_publish" "$ynh_version-$snapshot" --reuse
|
||||||
}
|
}
|
||||||
|
|
||||||
restore_snapshot()
|
restore_snapshot()
|
||||||
|
|
Loading…
Reference in a new issue