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.
1 parent f19ecd7 commit 6c83584Copy full SHA for 6c83584
.github/workflows/overcloud-host-image-promote.yml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' .gitreview)
46
echo "openstack_release=${BRANCH}" | sed "s|stable/||" >> $GITHUB_OUTPUT
47
+ working-directory: src/kayobe-config
48
49
- name: Clone StackHPC Kayobe repository
50
uses: actions/checkout@v4
0 commit comments