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.
2 parents 06c6841 + 8ca1cc6 commit c175dbdCopy full SHA for c175dbd
scripts/deployments/validate_simcore_stack_yml.bash
@@ -82,6 +82,12 @@ 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
86
+ continue
87
+ fi
88
+ if [ "${TARGETNAME}" == "ops-traefik-configuration-placeholder" ]; then
89
90
91
export TARGET_BINARY="simcore-service"
92
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
93
# Pull image from registry, just in case
0 commit comments