We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7db17c commit 41a2308Copy full SHA for 41a2308
scripts/deployments/validate_simcore_stack_yml.bash
@@ -82,10 +82,10 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
82
if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
83
continue
84
fi
85
- if [ "${TARGETNAME}" == "traefik-configuration-placeholder" ]; then
+ if [ "${TARGETNAME}" == "traefik-config-placeholder" ]; then
86
87
88
- if [ "${TARGETNAME}" == "ops-traefik-configuration-placeholder" ]; then
+ if [ "${TARGETNAME}" == "ops-traefik-config-placeholder" ]; then
89
90
91
export TARGET_BINARY="simcore-service"
0 commit comments