Skip to content

Commit

Permalink
Fix workflow generate-component-metadata step
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanabaza authored and openshift-merge-bot[bot] committed Feb 14, 2025
1 parent f639621 commit bb927ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/project-codeflare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,12 @@ jobs:
fi
generate-component-metadata:
needs: [check-appwrapper-version, check-kuberay-version, check-kueue-version]
runs-on: ubuntu-latest

steps:
- name: Ensure config folder exists
run: mkdir -p config

- name: Generate component_metadata.yaml
run: |
cat <<EOL > config/component_metadata.yaml
Expand Down

0 comments on commit bb927ef

Please sign in to comment.