Use environment variable to get artifacts and download it outside docker
Currently, I am facing a problem that the mounted buildkite-agent can not run within docker, as stated https://github.com/bugcrowd/test-summary-buildkite-plugin/issues/23#issuecomment-525544140.
So I am wondering is that necessary to mount the binary file into the container? If it is for downloading the artifacts, is that possible to download it before the docker step? To extract which artifacts to be downloaded, can this be done via environment variables like BUILDKITE_PLUGIN_INPUTS_1_ARTIFACT_PATH? Please kindly correct me if I missed something! Thanks!
same issue here
@cuichenli / @ianks would the work done in this https://github.com/bugcrowd/test-summary-buildkite-plugin/pull/64 help?