Skip to content

Commit 8ca1cc6

Browse files
authored
Fix validatio simcore settings script (#1172)
Remove traefik configuration services from validation simcore settings Related issue/s * closes #1166
1 parent b8fdc8b commit 8ca1cc6

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)