mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-19 11:06:31 +00:00
Build: update script to do also commits
This commit is contained in:
parent
998c8365c0
commit
b963b1a587
@ -7,3 +7,4 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
sed -i "s/CLI_VERSION=\".*\"/CLI_VERSION=\"$1\"/g" buildroot-external/configs/*
|
||||
git commit -m "OS: Update CLI $1" buildroot-external/configs/*
|
||||
|
@ -7,3 +7,5 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
sed -i "s/SUPERVISOR_VERSION=\".*\"/SUPERVISOR_VERSION=\"$1\"/g" buildroot-external/configs/*
|
||||
git commit -m "OS: Update supervisor $1" buildroot-external/configs/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user