We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e4f65 + 9f00337 commit d68fe7bCopy full SHA for d68fe7b
roles/github/templates/prepare-runner.yml.j2
@@ -25,4 +25,4 @@ jobs:
25
id: openstack_release
26
run: |
27
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
28
- echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
+ echo "openstack_release=${BRANCH}" | sed -E "s,(stable|unmaintained)/,," >> $GITHUB_OUTPUT
0 commit comments