Skip to content
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

fixes broken make manifests, which was also breaking make unit. #50

Merged
merged 1 commit into from Feb 21, 2020

Commits on Feb 21, 2020

  1. fixes broken make manifests, which was also breaking make unit.

    kustomize was interpreting the path argument
    `github.com/openshift/cluster-api/config` as a URL instead of a relative file
    path. It was doing something with git to retrieve files from github, put them
    in a temporary directory (hence the confusing error message about a directory
    in /tmp/), then failing to find what it expected.
    
    fixes #48
    mhrivnak committed Feb 21, 2020
    Copy the full SHA
    d0f51ef View commit details
    Browse the repository at this point in the history