move stable from NC18 to NC19 and production from NC17 o NC18 [Fix #1175]

Signed-off-by: Guillaume Virlet <github@virlet.org>
This commit is contained in:
Guillaume Virlet 2020-08-27 23:29:00 +02:00 committed by Pierre Ozoux
parent 97f0fa6cc3
commit 83b38c57a6
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail
declare -A release_channel=(
[stable]='18.0.7'
[production]='17.0.8'
[stable]='19.0.2'
[production]='18.0.8'
)
self="$(basename "$BASH_SOURCE")"