Revert "docker: pre-download all hub items and data, opt-in hub updat… (#2947)

This commit is contained in:
blotus 2024-04-18 15:33:51 +02:00 committed by GitHub
parent 0746e0c091
commit c6e40191dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 44 deletions

View file

@ -304,8 +304,9 @@ conf_set_if "$PLUGIN_DIR" '.config_paths.plugin_dir = strenv(PLUGIN_DIR)'
## Install hub items
if istrue "$DO_HUB_UPGRADE"; then
cscli hub update || true
cscli hub update || true
if isfalse "$NO_HUB_UPGRADE"; then
cscli hub upgrade || true
fi