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

when copying, skip files with the same name #905

Merged
merged 1 commit into from
Dec 9, 2019

Commits on Dec 8, 2019

  1. when copying, skip files with the same name

    When using the COPY command, if the source and destination have the same
    the file should be skipped rather than copied. This is to prevent the
    file from being overwritten and therefore producing an empty file.
    
    fixes GoogleContainerTools#904
    poy committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    0a2f295 View commit details
    Browse the repository at this point in the history