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: allow generated files in build actions #5230

Merged
merged 1 commit into from
Oct 11, 2023
Merged

fix: allow generated files in build actions #5230

merged 1 commit into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. fix: allow generated files in build actions

    In the container and jib-container build actions, we checked for the
    existance of files checked in to version control for certain checks.
    
    Garden allows for files to be injected into the build action dynamically
    at run time, e.g. by using `copyFrom` and `generateFiles`.
    
    We want to check for actual presence of files in the action's build
    directory instead of checking for the files that are included from
    version control.
    
    Fixes #5201
    stefreak committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    98e862a View commit details
    Browse the repository at this point in the history