You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're installing git to make buildkite-agent pipeline uploadnot print out a warning during the pipeline upload step. The agent CLI tries to fetch the commit SHA to set an environment variable (I'm not sure why).
The text was updated successfully, but these errors were encountered:
In rolling out Buildkite Builder, I noticed that the buildkite-agent pipeline upload command uses git to find the commit SHA so that it can set an environment variable. If git doesn’t exist,, then the upload operation still works but prints a warning. Some questions I had:
Why does it need find the commit sha for the upload operation?
Can I pass it in so that it doesn’t use git? I’m trying to not have to install git in our docker image.
Response:
Hi Ngan,
Buildkite Builder is cool. Thanks for your question!
Currently, we're installing
git
to makebuildkite-agent pipeline upload
not print out a warning during the pipeline upload step. The agent CLI tries to fetch the commit SHA to set an environment variable (I'm not sure why).The text was updated successfully, but these errors were encountered: