fix rebuild testing and unstable

This commit is contained in:
Kay0u 2023-05-17 16:34:44 +02:00
parent ec05c80f27
commit 2cc13f93fb
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -26,6 +26,8 @@ do
sed -i 's@^deb http://forge.yunohost.org.*@& $repo_version@' \$FILE sed -i 's@^deb http://forge.yunohost.org.*@& $repo_version@' \$FILE
done" done"
create_snapshot "yunohost-$debian_version" "$ynh_version" "$snapshot"
update_container "$debian_version" "$ynh_version" "$snapshot" update_container "$debian_version" "$ynh_version" "$snapshot"
done done
done done