Hi, running on 0.1.6949+d951526, when i execute:
circleci build --job test -e FOO1=BAR1 -e FOO2=BAR2
the env vars FOO1 and FOO2 are not accessible in the build, executing env
as part of the build i can see:
[FOO1=BAR1,FOO2=BAR2]
DOCKER_VERSION=18.06.3
HOSTNAME=c48870140fea
SSH_AUTH_SOCK=/tmp/circleci-692488189/ssh_auth_sock
CIRCLE_WORKING_DIRECTORY=~/project
....
Thanks!