1
0
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:
Chirayu Kapoor
2023-09-27 14:51:31 +05:30
committed by GitHub

View File

@@ -8,6 +8,9 @@ case $DRONE_TAG in
"v1.4"*)
ACTION_TARGET_BRANCH="release/v2.7"
;;
"v1.5"*)
ACTION_TARGET_BRANCH="release/v2.8"
;;
*)
echo "Not a valid tag, not dispatching event"
exit 0