mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
Remove local
This commit is contained in:
parent
87680ea6d2
commit
c44b1a4bef
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ do
|
||||||
do
|
do
|
||||||
for snapshot in "before-install" "before-postinstall" "after-postinstall"
|
for snapshot in "before-install" "before-postinstall" "after-postinstall"
|
||||||
do
|
do
|
||||||
local image="yunohost-$debian_version-$ynh_version-$snapshot"
|
image="yunohost-$debian_version-$ynh_version-$snapshot"
|
||||||
|
|
||||||
update_image $image
|
update_image $image
|
||||||
done
|
done
|
||||||
|
|
|
@ -5,8 +5,8 @@ for debian_version in "stretch" "buster"
|
||||||
do
|
do
|
||||||
for ynh_version in "stable" "testing" "unstable"
|
for ynh_version in "stable" "testing" "unstable"
|
||||||
do
|
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
|
||||||
done
|
done
|
Loading…
Reference in a new issue