2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 01:34:58 +02:00

Hotfix: release_channel variable

This commit is contained in:
nupplaPhil 2020-04-01 01:33:44 +02:00
parent fb8337c001
commit dafe41b862
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90

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")"