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 48e06bf + 6c83584 commit 7fecea9Copy full SHA for 7fecea9
.github/workflows/overcloud-host-image-promote.yml
@@ -33,7 +33,7 @@ jobs:
33
overcloud-host-image-promote:
34
name: Promote overcloud host image
35
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
36
- runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
+ runs-on: ubuntu-22.04
37
steps:
38
- uses: actions/checkout@v4
39
with:
@@ -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