Closed
Description
This grew out of a discussion here, where it was found that the CI
environment variable is used by Complement to know whether it is running inside of a docker container already (and thus needs to talk to the host's docker socket) or is running on the host directly. It's assumed that if Complement is running inside of docker, CI=true
.
@richvdh proposed to rename this variable to COMPLEMENT_IN_DOCKER
(or something similar) instead, as it's more descriptive of what the variable actually specifies. Plus people won't be tempted to add CI-specific things outside of what's necessary (and thus making CI code split further from production code) 😇.
Metadata
Metadata
Assignees
Labels
No labels