mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
Add bionic for gitlab-runner
This commit is contained in:
parent
b3a296c032
commit
b09c285e38
|
|
@ -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")
|
||||
UBUNTU_PATH="${BASE_PATH}/ubuntu/"
|
||||
DEBIAN_PATH="${BASE_PATH}/debian/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue