add cosmic and disco to ubuntu builds

This commit is contained in:
Isaac Connor 2018-11-29 10:48:16 -05:00
parent 392fa04918
commit 5496f6afac
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ fi;
if [ "$DISTROS" == "" ]; then
if [ "$RELEASE" != "" ]; then
DISTROS="xenial,bionic,trusty"
DISTROS="xenial,bionic,cosmic,disco,trusty"
else
DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
fi;