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 permissions for all files given in s2i #214

Merged
merged 1 commit into from
Oct 1, 2019
Merged

Fix permissions for all files given in s2i #214

merged 1 commit into from
Oct 1, 2019

Commits on Sep 25, 2019

  1. Fix permission for all files in s2i assemble script

    Adds fix-permissions right after `mv/cp` command so it keeps
    permissions.
    
    fix-permissions should be used also at the end of assemble script
    because of commands like 'cat' could have had wrong permission
    or ownership.
    
    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    306f3aa View commit details
    Browse the repository at this point in the history