Skip to content

Commit 41a2308

Browse files
authored
Fix validate simcore (#1178)
1 parent f7db17c commit 41a2308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deployments/validate_simcore_stack_yml.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ 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
85+
if [ "${TARGETNAME}" == "traefik-config-placeholder" ]; then
8686
continue
8787
fi
88-
if [ "${TARGETNAME}" == "ops-traefik-configuration-placeholder" ]; then
88+
if [ "${TARGETNAME}" == "ops-traefik-config-placeholder" ]; then
8989
continue
9090
fi
9191
export TARGET_BINARY="simcore-service"

0 commit comments

Comments
 (0)