git clone https://gist.github.com/drnic/a042bd719ed9213c5af7fd1605f8bf93 ~/workspace/pipeline.bk-run-docker-fail
cd ~/workspace/pipeline.bk-run-docker-fail
bk run pipeline.bk-run-docker-fail.yml -E AGENT_ENV=where-is-this-env
The output should include the two lines:
STEP_ENV=found-step-env
AGENT_ENV=where-is-this-env
But it only includes the first one:
STEP_ENV=found-step-env
Why does bk local run -E AGENT_ENV=xyz
not pass $AGENT_ENV
into the docker plugin env?