mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update run.sh
This commit is contained in:
@@ -145,8 +145,8 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
git commit -m "Update to ${LASTVERSION}" >/dev/null
|
git commit -m "Update to ${LASTVERSION}" >/dev/null
|
||||||
|
|
||||||
LOGINFO="... $SLUG : push to github" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
LOGINFO="... $SLUG : push to github" && if [ $VERBOSE = true ]; then bashio::log.info $LOGINFO; fi
|
||||||
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" >/dev/null
|
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" --quiet >/dev/null
|
||||||
git push >/dev/null
|
git push --quiet >/dev/null
|
||||||
|
|
||||||
#Log
|
#Log
|
||||||
bashio::log.yellow "... $SLUG updated from ${CURRENT} to ${LASTVERSION}"
|
bashio::log.yellow "... $SLUG updated from ${CURRENT} to ${LASTVERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user