Skip to content

Commit 6c83584

Browse files
committed
Fix release detection step
1 parent f19ecd7 commit 6c83584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/overcloud-host-image-promote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
4646
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
47+
working-directory: src/kayobe-config
4748

4849
- name: Clone StackHPC Kayobe repository
4950
uses: actions/checkout@v4

0 commit comments

Comments
 (0)