mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update run
This commit is contained in:
@@ -53,7 +53,7 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
files=$(grep -rl ${CURRENT} /${BASENAME}/${SLUG}) && echo $files | xargs sed -i "s/${CURRENT}/${LASTVERSION}/g"
|
files=$(grep -rl ${CURRENT} /${BASENAME}/${SLUG}) && echo $files | xargs sed -i "s/${CURRENT}/${LASTVERSION}/g"
|
||||||
|
|
||||||
if [ $files != null ]; then
|
if [ $files != null ]; then
|
||||||
git commit -m "Bot update to $CURRENT" $files || true
|
git commit -m "Bot update to $LASTVERSION" $files || true
|
||||||
|
|
||||||
#Git commit and push
|
#Git commit and push
|
||||||
bashio::log.info "... $SLUG : push to master"
|
bashio::log.info "... $SLUG : push to master"
|
||||||
|
|||||||
Reference in New Issue
Block a user