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
But the fix hasn't been released yet. Even once it does get released it might be awhile before it's available in chocolatey.org so the packer template can install it.
One workaround we can do is pin the version in packer by running something like choco install git --version 2.22.0.
If that sounds reasonable then I'm happy to make the PR.
The text was updated successfully, but these errors were encountered:
The new windows AMI was built with a recently released git for windows v2.23.0 which has a bug preventing bash process substitution from working.
git-for-windows/git#2291
This causes the docker-login plugin to fail when it runs
<(env)
here.https://github.com/buildkite-plugins/docker-login-buildkite-plugin/blob/bed42369829918e369d370cb287a7f91063a4a8e/hooks/pre-command#L10
git for windows has fixed the issue here.
git-for-windows/build-extra#255
But the fix hasn't been released yet. Even once it does get released it might be awhile before it's available in chocolatey.org so the packer template can install it.
One workaround we can do is pin the version in packer by running something like
choco install git --version 2.22.0
.If that sounds reasonable then I'm happy to make the PR.
The text was updated successfully, but these errors were encountered: