Skip to content

Commit 9f00337

Browse files
committed
Support unmaintained branches in prepare-runner workflow
1 parent f9e4f65 commit 9f00337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/github/templates/prepare-runner.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
id: openstack_release
2626
run: |
2727
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
28-
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
28+
echo "openstack_release=${BRANCH}" | sed -E "s,(stable|unmaintained)/,," >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)