Remove local

This commit is contained in:
Kay0u 2020-03-26 17:55:09 +01:00
parent 87680ea6d2
commit c44b1a4bef
No known key found for this signature in database
GPG key ID: 7FF262C033518333
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ do
do
for snapshot in "before-install" "before-postinstall" "after-postinstall"
do
local image="yunohost-$debian_version-$ynh_version-$snapshot"
image="yunohost-$debian_version-$ynh_version-$snapshot"
update_image $image
done

View file

@ -5,8 +5,8 @@ for debian_version in "stretch" "buster"
do
for ynh_version in "stable" "testing" "unstable"
do
local base_image="yunohost-$debian_version-$ynh_version"
base_image="yunohost-$debian_version-$ynh_version"
rebuild_base_containers $BASE_IMAGE
rebuild_base_containers $base_image
done
done