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

Resolve relative paths to absolute paths in command line arguments #736

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Aug 27, 2019

  1. Resolve relative paths to absolute paths in command line arguments

    The executor accepts a few arguments dockerfile, context, cache-dir and
    digest-file that all represent paths. This commits allows those paths to
    be relative to the working directory of the executor.
    
    Fixes GoogleContainerTools#732 GoogleContainerTools#731 GoogleContainerTools#675
    huguesalary committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4327e9b View commit details
    Browse the repository at this point in the history