This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exec healthchecks: remove check of executionDriver
There are some environments, such as docker-machine on Mac or Docker for Mac, where `docker exec` works just fine but they seem to return an empty string for `ExecutionDriver` from the `/info` endpoint in the Docker Remote API. This change removes the check that only executes the exec healthcheck when `executionDriver` starts with `native`, so that exec healthchecks can still be used (and jobs with them can be deployed) in these environments.
- Loading branch information