-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local run doesn't pass environment variables in from steps #40
Comments
I am seeing the same issue. Have tried defining the env vars within the step explicitly and globally at the top of It looks like the call to run the script is passing in empty arrays after uploading the pipeline: Not sure if this is a problem with bk cli or bk agent? |
I was able to work around the issue by passing the environment variables into the
That might not unblock everyone, but it might unblock some people. |
I think there is some type mismatch between the local server and the upstream agent when it comes to the environment variables. |
I'm still stuck on this. I've been able to confirm that any |
I’ll have a look today! |
I'm not able to figure out a combination of My step runs in docker, but I have
When I run |
Hi there, I've got a steps file which includes steps with elements in the
env
field:However, when I run
bk-cli local run steps.yaml
this step fails with:Is this the intended behaviour?
OS: macOS 10.13.6
CLI version:
0.4.0
buildkite-agent version:
3.8.4, build 2783
The text was updated successfully, but these errors were encountered: