mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update run
This commit is contained in:
@@ -21,10 +21,8 @@ for addons in $(bashio::config "addon|keys"); do
|
||||
CURRENT=$(bashio::config "addon[${addons}].current")
|
||||
BETA=$(bashio::config "addon[${addons}].beta")
|
||||
BASENAME=$(basename $REPOSITORY)
|
||||
bashio::log.info "... $SLUG : check started"
|
||||
|
||||
git remote set-url origin https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}
|
||||
|
||||
bashio::log.info "... $SLUG : check started"
|
||||
|
||||
#If beta flag, select beta version
|
||||
if [ ${BETA} = true ]; then
|
||||
bashio::log.info "... $SLUG : beta is on"
|
||||
|
||||
Reference in New Issue
Block a user