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

fix(ci): set kubebuilder assets directory (backport #3577) #3596

Merged
merged 1 commit into from
Dec 21, 2021

Commits on Dec 20, 2021

  1. fix(ci): set kubebuilder assets directory (#3577)

    The `dev/tools` make target installs testing dependencies into
    $CI_TOOLS_DIR, but the wiring between this and the kubebuilder envtest
    framework was broken. Make sure that we set the `KUBEBUILDER_ASSETS`
    environment variable so that the envtest framework can find its
    dependencies correctly.
    
    Signed-off-by: James Peach <james.peach@konghq.com>
    (cherry picked from commit a9b64a3)
    jpeach authored and mergify-bot committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cb64222 View commit details
    Browse the repository at this point in the history