mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
add bullseye testing support
This commit is contained in:
parent
9ed62db0c0
commit
655f98f586
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ done
|
||||||
|
|
||||||
for debian_version in "bullseye"
|
for debian_version in "bullseye"
|
||||||
do
|
do
|
||||||
for ynh_version in "unstable"
|
for ynh_version in "testing" "unstable"
|
||||||
do
|
do
|
||||||
for snapshot in "before-install" "after-install"
|
for snapshot in "before-install" "after-install"
|
||||||
do
|
do
|
||||||
|
|
|
@ -37,5 +37,6 @@ done
|
||||||
|
|
||||||
for debian_version in "bullseye"
|
for debian_version in "bullseye"
|
||||||
do
|
do
|
||||||
|
rebuild_base_containers $debian_version "testing" "amd64"
|
||||||
rebuild_base_containers $debian_version "unstable" "amd64"
|
rebuild_base_containers $debian_version "unstable" "amd64"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue