Skip to content

Commit

Permalink
Fix yq command
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jun 14, 2024
1 parent ee4c9fe commit d6d453f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_autoinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Extract autoinstall properties from YAML files
run: |
yq eval '.autoinstall' iso/preseeds/ubuntu/autoinstall.yaml > attended.yaml
yq eval '.autoinstall' iso/preseeds/ubuntu/autoinstall_unattended.yaml > unattended.yaml
yq '.autoinstall' iso/preseeds/ubuntu/autoinstall.yaml > attended.yaml
yq '.autoinstall' iso/preseeds/ubuntu/autoinstall_unattended.yaml > unattended.yaml
- name: Validate attended autoinstall.yaml
run: |
Expand Down

0 comments on commit d6d453f

Please sign in to comment.