mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update run
This commit is contained in:
@@ -23,8 +23,6 @@ for addons in $(bashio::config "addon|keys"); do
|
|||||||
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