Update run

This commit is contained in:
Alexandre
2021-01-30 21:10:39 +01:00
committed by GitHub
parent 0f81afe554
commit 04077b9af1

View File

@@ -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"