File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ for version in "${versions[@]}"; do
122122 ${aliases[$version]:- }
123123 )
124124 if [ -z " ${latestChannelRelease[$channel]:- } " ]; then
125- versionAliases+=( " $channel " )
125+ if [ " $rcVersion " = ' 19.03 ' ] ; then versionAliases+=( " $channel " ); fi # 19.03 is the last release to include any "channel" aliases
126126 latestChannelRelease[$channel ]=" $version "
127127 fi
128128 # every release goes into the "test" channel, so the biggest numbered release wins (RC or not)
129129 if [ -z " ${latestChannelRelease['test']:- } " ]; then
130- versionAliases+=( ' test' )
130+ if [ " $rcVersion " = ' 19.03 ' ] ; then versionAliases+=( ' test' ); fi # 19.03 is the last release to include any "channel" aliases
131131 latestChannelRelease[' test' ]=" $version "
132132 fi
133133 if [ " $version " = " $rcVersion " ] && [ -z " ${latestChannelRelease['latest']:- } " ]; then
You can’t perform that action at this time.
0 commit comments