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 0e86628 commit 54be62aCopy full SHA for 54be62a
scripts/deployments/validate_simcore_stack_yml.bash
@@ -79,6 +79,9 @@ for service in $($_yq e '.services | keys | .[]' ${COMPOSE_FILE}); do
79
if [ "${TARGETNAME}" == "efs-guardian" ]; then
80
continue
81
fi
82
+ if [ "${TARGETNAME}" == "docker-api-proxy" ]; then
83
+ continue
84
+ fi
85
export TARGET_BINARY="simcore-service"
86
echo "Assuming TARGET_BINARY in ${SETTINGS_BINARY_PATH}/${TARGET_BINARY}"
87
# Pull image from registry, just in case
0 commit comments