mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
CI: rename workflows, improve docker build and tests (#2798)
This commit is contained in:
parent
6507e8f4cd
commit
3921c3f480
16 changed files with 137 additions and 144 deletions
|
@ -303,8 +303,12 @@ fi
|
|||
conf_set_if "$PLUGIN_DIR" '.config_paths.plugin_dir = strenv(PLUGIN_DIR)'
|
||||
|
||||
## Install hub items
|
||||
|
||||
cscli hub update || true
|
||||
cscli hub upgrade || true
|
||||
|
||||
if isfalse "$NO_HUB_UPGRADE"; then
|
||||
cscli hub upgrade || true
|
||||
fi
|
||||
|
||||
cscli_if_clean parsers install crowdsecurity/docker-logs
|
||||
cscli_if_clean parsers install crowdsecurity/cri-logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue