build: allow v2 into APT candidate channel
This commit is contained in:
@@ -875,9 +875,7 @@ jobs:
|
|||||||
- name: Prepare packages
|
- name: Prepare packages
|
||||||
run: |
|
run: |
|
||||||
kind=stable
|
kind=stable
|
||||||
if [[ $VERSION == v2* ]] ; then
|
if [[ $VERSION == *-rc.[0-9] || $VERSION == *-rc.[0-9][0-9] ]] ; then
|
||||||
kind=v2
|
|
||||||
elif [[ $VERSION == *-rc.[0-9] ]] ; then
|
|
||||||
kind=candidate
|
kind=candidate
|
||||||
elif [[ $VERSION == *-* ]] ; then
|
elif [[ $VERSION == *-* ]] ; then
|
||||||
kind=nightly
|
kind=nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user