mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-16 01:26:30 +00:00
Fix hassio channel switching for dev builds (#4064)
Fix build job to write config option for channel switching from #4043 to the actual config. As it was written to .config in the top-level build directory, it was never correctly applied.
This commit is contained in:
parent
65fdef963c
commit
a13700196c
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -284,7 +284,7 @@ jobs:
|
||||
with:
|
||||
image: ${{ needs.prepare.outputs.build_container_image }}
|
||||
command: |
|
||||
bash -c 'echo "${{ needs.prepare.outputs.hassio_channel_option }}=y" >> /build/.config && make olddefconfig'
|
||||
bash -c 'echo "${{ needs.prepare.outputs.hassio_channel_option }}=y" >> /build/output/.config && make olddefconfig'
|
||||
|
||||
- name: Build
|
||||
uses: "./.github/actions/haos-builder-command"
|
||||
|
Loading…
x
Reference in New Issue
Block a user