Update gitlab-ci-multi-runner.sh

This commit is contained in:
Yuxiang Zhang 2019-09-03 12:52:15 +08:00 committed by GitHub
parent 3f23bef3f0
commit 9e62e8bd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
YUM_PATH="${BASE_PATH}/yum"
UBUNTU_VERSIONS=("trusty" "xenial")
UBUNTU_VERSIONS=("trusty" "xenial" "bionic")
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch" "buster")
UBUNTU_PATH="${BASE_PATH}/ubuntu/"
DEBIAN_PATH="${BASE_PATH}/debian/"