I've just had to add BUILDKITE to the list of environment variables passed down to docker for running CI after upgrading to 5.1.0.
It looks like this is necessary after this change #201, but the docs don't specify BUILDKITE as one of the variables we need to pass down.

I've just had to add
BUILDKITEto the list of environment variables passed down to docker for running CI after upgrading to 5.1.0.It looks like this is necessary after this change #201, but the docs don't specify
BUILDKITEas one of the variables we need to pass down.