• Grzegorz Bizon's avatar
    Extract scoped CI/CD variables to a separate concern · 552a32c0
    Grzegorz Bizon authored
    This commits extract code responsible for calculating essential CI/CD
    variables to a separate concern. This makes it possible to share this
    code between a `Ci::Build` and a `Ci::Bridge`.
    
    We might want to refactor this to use composition instead of
    inheritance.
    552a32c0