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:
@@ -8,10 +8,10 @@ GITUSER=$(bashio::config 'gituser')
|
||||
GITPASS=$(bashio::config 'gitpass')
|
||||
GITMAIL=$(bashio::config 'gitemail')
|
||||
git config --system http.sslVerify false
|
||||
git config --global credential.helper 'cache --timeout 7200'
|
||||
git config --global user.name ${GITUSER}
|
||||
git config --global user.password ${GITPASS}
|
||||
git config --global user.email ${GITMAIL}
|
||||
git config --system credential.helper 'cache --timeout 7200'
|
||||
git config --system user.name ${GITUSER}
|
||||
git config --system user.password ${GITPASS}
|
||||
git config --system user.email ${GITMAIL}
|
||||
|
||||
bashio::log.info "... parse addons"
|
||||
for addons in $(bashio::config "addon|keys"); do
|
||||
|
||||
Reference in New Issue
Block a user