mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-19 02:56:34 +00:00
Fix deployment on dev branch (#2834)
The deployment on dev channel should always be development. The change came in from the main branch backmerge where the wrong merge strategy has been used (the merge strategy "ort" along with option "ours" has been used, instead of the "ours" merge strategy). And since the deployment was a separate hunk, it resolved to the release branch.
This commit is contained in:
parent
157144eaa5
commit
44dc1781a5
@ -5,4 +5,4 @@ VERSION_SUFFIX="dev0"
|
||||
HASSOS_NAME="Home Assistant OS"
|
||||
HASSOS_ID="haos"
|
||||
|
||||
DEPLOYMENT="production"
|
||||
DEPLOYMENT="development"
|
||||
|
Loading…
x
Reference in New Issue
Block a user