mirror of
https://github.com/rancher/rke.git
synced 2025-09-17 07:30:01 +00:00
Merge pull request #3395 from chiukapoor/dispatch-support-v1.5
Add support for `v1.5` and branch `release/v2.8`
This commit is contained in:
@@ -8,6 +8,9 @@ case $DRONE_TAG in
|
|||||||
"v1.4"*)
|
"v1.4"*)
|
||||||
ACTION_TARGET_BRANCH="release/v2.7"
|
ACTION_TARGET_BRANCH="release/v2.7"
|
||||||
;;
|
;;
|
||||||
|
"v1.5"*)
|
||||||
|
ACTION_TARGET_BRANCH="release/v2.8"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Not a valid tag, not dispatching event"
|
echo "Not a valid tag, not dispatching event"
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user