Listen to shellcheck and do things
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-16 10:13:15 +01:00
parent b4eae2e5e5
commit 23c852125d
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -513,7 +513,7 @@ output_version_summary() {
SERVICES=$($YQ e '.services | keys | .[]' "${APP_DIR}/${COMPOSE}")
for SERVICE in $SERVICES; do
if [[ "${CHECKED_SERVICES[@]}" =~ "${SERVICE}" ]]; then
if [[ ${CHECKED_SERVICES[*]} =~ ${SERVICE} ]]; then
debug "already inspected ${STACK_NAME}_${SERVICE} for versions, skipping..."
continue
fi