Skip to content

Commit 241f817

Browse files
authored
Remove docker api proxy from validate simcore settings (#972)
1 parent 5ab12ba commit 241f817

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/deployments/validate_simcore_stack_yml.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
7979
if [ "${TARGETNAME}" == "efs-guardian" ]; then
8080
continue
8181
fi
82+
if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
83+
continue
84+
fi
8285
export TARGET_BINARY="simcore-service"
8386
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
8487
# Pull image from registry, just in case

0 commit comments

Comments
 (0)