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

Do not fail on missing dockerfile #2101

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. Do not fail on missing dockerfile

    When a dockerfile is removed, the build CI job fails today as it
    see the file in the list of modified ones, but cannot locate it
    to run the test.
    
    This still logs the missing file condition, but do not fail, so
    that we may pass CI on PRs that delete a dockerfile, like:
    - tektoncd#2065
    - tektoncd#2064
    
    Signed-off-by: Andrea Frittoli <[email protected]>
    afrittoli committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2a4cf78 View commit details
    Browse the repository at this point in the history