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(pipelines): cannot use constructs in build environment #10654

Merged
merged 3 commits into from
Oct 6, 2020

Commits on Oct 2, 2020

  1. fix(pipelines): cannot use constructs in build environment

    The environment serialization that is used to calculate a hash
    of the project configuration which is used to restart the pipeline
    (still following?) was not taking into account that some of the
    fields of `Environment` are not just data, but are objects.
    
    We have to turn those into data before we can serialize them.
    
    Fixes #10535.
    rix0rrr committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7071f44 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Update hashes

    rix0rrr committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    6377f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    b8b28e4 View commit details
    Browse the repository at this point in the history