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:
@@ -21,10 +21,8 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
CURRENT=$(bashio::config "addon[${addons}].current")
|
CURRENT=$(bashio::config "addon[${addons}].current")
|
||||||
BETA=$(bashio::config "addon[${addons}].beta")
|
BETA=$(bashio::config "addon[${addons}].beta")
|
||||||
BASENAME=$(basename $REPOSITORY)
|
BASENAME=$(basename $REPOSITORY)
|
||||||
bashio::log.info "... $SLUG : check started"
|
bashio::log.info "... $SLUG : check started"
|
||||||
|
|
||||||
git remote set-url origin https://${GITUSER}:${GITPASS}@github.com/${REPOSITORY}
|
|
||||||
|
|
||||||
#If beta flag, select beta version
|
#If beta flag, select beta version
|
||||||
if [ ${BETA} = true ]; then
|
if [ ${BETA} = true ]; then
|
||||||
bashio::log.info "... $SLUG : beta is on"
|
bashio::log.info "... $SLUG : beta is on"
|
||||||
|
|||||||
Reference in New Issue
Block a user