Merge pull request #663 from nextcloud/stable-production-15.0.5
Ship 15.0.4 on production and stable channel
This commit is contained in:
commit
e7405b7c16
@ -2,8 +2,8 @@
|
|||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
declare -A release_channel=(
|
declare -A release_channel=(
|
||||||
[stable]='15.0.4'
|
[stable]='15.0.5'
|
||||||
[production]='15.0.4'
|
[production]='15.0.5'
|
||||||
)
|
)
|
||||||
|
|
||||||
self="$(basename "$BASH_SOURCE")"
|
self="$(basename "$BASH_SOURCE")"
|
||||||
|
Loading…
Reference in New Issue
Block a user