mirror of
https://github.com/friendica/docker
synced 2025-03-28 22:04:44 +01:00
New Friendica Release 2019.01
This commit is contained in:
parent
a8f09d9a76
commit
49ebe6a493
2 changed files with 5 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='2018.09'
|
||||
[stable]='2018.09'
|
||||
[latest]='2018.09'
|
||||
[production]='2018.01'
|
||||
[stable]='2019.01'
|
||||
[latest]='2019.01'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
|
|
@ -41,9 +41,8 @@ variants=(
|
|||
)
|
||||
|
||||
versions=(
|
||||
2019.01-rc
|
||||
2018.12-dev
|
||||
2018.09
|
||||
2019.03-dev
|
||||
2019.01
|
||||
)
|
||||
|
||||
travisEnv=
|
||||
|
|
Loading…
Add table
Reference in a new issue