Skip to content

Commit

Permalink
Metal3 CI fix
Browse files Browse the repository at this point in the history
This issue merged via #102, because we don't trigger the workflow
when it changes
  • Loading branch information
hardys committed Apr 16, 2024
1 parent a787529 commit c1a846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-metal3-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
echo "global:" > custom_values.yaml
echo " ironicIP: 192.0.2.1" >> custom_values.yaml # TEST-NET-1
echo " enable_metal3_media_server: true" > custom_values.yaml
echo " enable_metal3_media_server: true" >> custom_values.yaml
- name: Deploy Metal3 Helm Chart
run: |
Expand Down

0 comments on commit c1a846a

Please sign in to comment.