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

Implement step scripts #1432

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Implement step scripts #1432

merged 1 commit into from
Oct 22, 2019

Commits on Oct 21, 2019

  1. Implement step scripts

    This adds a `Script` field to the `Step` type which, when specified,
    results in a temporary generated executable script file being invoked
    containing the specified script contents.
    
    The result is an easy-to-use scripting option for users who just want
    to invoke simple scripts inside containers. Details of generated scripts
    should be considered an implementation detail, and should not be relied
    upon by users.
    imjasonh committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    e7dcd64 View commit details
    Browse the repository at this point in the history