Skip to content

Commit

Permalink
Merge pull request #13 from Holo-Host/add-auto-generated-notice
Browse files Browse the repository at this point in the history
Fix holo-dev-server.deps.json syntax
  • Loading branch information
r-vdp authored Sep 19, 2024
2 parents 03d5fdb + de8ce8f commit c411311
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,13 @@ jobs:
- name: overwrite holo-dev-server.deps.json
run: |
cat > holo-dev-server.deps.json << EOF
"_comment": [
"# This file is automatically generated by .github/workflows/build-hds.yml",
"# Please do not edit it manually, all changes will be overwritten."
],
"dependencies": ${{ needs.build.outputs.build-deps }}
{
"_comment": [
"# This file is automatically generated by .github/workflows/build-hds.yml",
"# Please do not edit it manually, all changes will be overwritten."
],
"dependencies": ${{ needs.build.outputs.build-deps }}
}
EOF
- name: commit and push sources.nix
Expand Down

0 comments on commit c411311

Please sign in to comment.