obs: Add ubuntu 19.04 testing

Now that we have obs packages for ubuntu 19.04, we should add it in the
testing script.

Fixes #884

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2020-01-08 10:47:27 -06:00
parent e8e4d75a91
commit c14ded39c7

View File

@ -16,6 +16,7 @@ DOCKERFILE_PATH="${SCRIPT_PATH}/Dockerfile"
declare -a OS_DISTRIBUTION=( \
'ubuntu:16.04' \
'ubuntu:18.04' \
'ubuntu:19.04' \
'fedora:29' \
'fedora:30' \
'opensuse/leap:15.1' \