Skip to content

Commit c175dbd

Browse files
Merge branch 'main' into fix-grok-pattern-in-graylog-logging-parsing
2 parents 06c6841 + 8ca1cc6 commit c175dbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/deployments/validate_simcore_stack_yml.bash

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
8282
if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
8383
continue
8484
fi
85+
if [ "${TARGETNAME}" == "traefik-configuration-placeholder" ]; then
86+
continue
87+
fi
88+
if [ "${TARGETNAME}" == "ops-traefik-configuration-placeholder" ]; then
89+
continue
90+
fi
8591
export TARGET_BINARY="simcore-service"
8692
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
8793
# Pull image from registry, just in case

0 commit comments

Comments
 (0)