mirror of
https://github.com/friendica/docker
synced 2025-02-12 03:11:40 +01:00
Removed unnecessary release channel
This commit is contained in:
parent
43eefc24ff
commit
e28d6a776a
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[production]='2019.06'
|
|
||||||
[stable]='2019.06'
|
[stable]='2019.06'
|
||||||
[latest]='2019.06'
|
[latest]='2019.06'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue