Skip to content

Commit 3611503

Browse files
authored
Fix release detection step
1 parent f2da131 commit 3611503

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
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
3434
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
35+
working-directory: src/kayobe-config
3536

3637
- name: Clone StackHPC Kayobe repository
3738
uses: actions/checkout@v3

0 commit comments

Comments
 (0)