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

Add back preferred runtime env with option #36

Merged
merged 5 commits into from
Apr 26, 2024

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1f4e3d View commit details
    Browse the repository at this point in the history
  2. Standardise the code we use to diff pipelines

    This helper reduces the boiler plate needed and allows us to add unexported variables to Pipeline struct without much fuss
    patrobinson committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f886aef View commit details
    Browse the repository at this point in the history
  3. Add option for prefering runtime env

    This preserves the v0.4.0->v0.7.0 behaviour which was reverted in v0.8.0
    patrobinson committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    34c1a81 View commit details
    Browse the repository at this point in the history
  4. Make this a flag to the Interpolate function

    Prefer a simpler, breaking change, over an unnecessary backwards compatibility change
    patrobinson committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    eb09bcc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update pipeline.go

    Co-authored-by: Josh Deprez <jd@buildkite.com>
    patrobinson and DrJosh9000 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e678690 View commit details
    Browse the repository at this point in the history