2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-18 04:46:41 +02:00

Merge pull request #111 from nupplaphil/hotfix_release_channel

Hotfix: release_channel variable
This commit is contained in:
Philipp 2020-03-31 23:35:23 +02:00 committed by GitHub
commit 3c2cfeb54a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='2019.03.'
[latest]='2019.03'
[stable]='2020.03'
[latest]='2020.03'
)
self="$(basename "$BASH_SOURCE")"