Skip to content
Snippets Groups Projects
Commit bdc44b99 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

buster is a thing

parent d731b75c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,14 @@ set -ex ...@@ -14,7 +14,14 @@ set -ex
cd `dirname $0` cd `dirname $0`
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
DISTS=(debian:stretch debian:sid ubuntu:xenial ubuntu:bionic ubuntu:cosmic) DISTS=(
debian:stretch
debian:buster
debian:sid
ubuntu:xenial
ubuntu:bionic
ubuntu:cosmic
)
else else
DISTS=("$@") DISTS=("$@")
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment