mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 21:10:32 +02:00
Update
This commit is contained in:
@@ -53,7 +53,7 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
#Git commit and push
|
#Git commit and push
|
||||||
bashio::log.info "... $SLUG : push to master"
|
bashio::log.info "... $SLUG : push to master"
|
||||||
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" | echo
|
git remote set-url origin "https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}" | echo
|
||||||
git push
|
git push | echo "No changes"
|
||||||
|
|
||||||
#Update the current flag
|
#Update the current flag
|
||||||
bashio::log.info "... $SLUG : updating current flag"
|
bashio::log.info "... $SLUG : updating current flag"
|
||||||
@@ -66,3 +66,4 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
bashio::log.info "Addon $SLUG is already up-to-date."
|
bashio::log.info "Addon $SLUG is already up-to-date."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user