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
It looks like support for [email protected] URLs did work a few days ago. If I checkout 2ef16dc then kustomize works and succesfully pulls from bitbucket.
I can confirm that the 2ef16dc state does fix the issues described in #585 since the latest release of kustomize (v1.0.11 released prior to #585) fails on my kustomization.yaml with:
Error: loadResMapFromBasesAndResources: couldn't make ldr for ...
Summary: commits possibly from #731 cause a SIGSEGV.
The text was updated successfully, but these errors were encountered:
Building on the work covered in #585, I'm running into the following when doing
$GOPATH/bin/kustomize build
:My kustomization.yaml:
It looks like support for [email protected] URLs did work a few days ago. If I checkout 2ef16dc then kustomize works and succesfully pulls from bitbucket.
I can confirm that the 2ef16dc state does fix the issues described in #585 since the latest release of kustomize (v1.0.11 released prior to #585) fails on my kustomization.yaml with:
Summary: commits possibly from #731 cause a SIGSEGV.
The text was updated successfully, but these errors were encountered: