Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/deployments/validate_simcore_stack_yml.bash
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
continue
fi
if [ "${TARGETNAME}" == "traefik-configuration-placeholder" ]; then
continue
fi
if [ "${TARGETNAME}" == "ops-traefik-configuration-placeholder" ]; then
continue
fi
export TARGET_BINARY="simcore-service"
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
# Pull image from registry, just in case
Expand Down
Loading