Commit Graph

3 Commits

Author SHA1 Message Date
Grzegorz Bizon a5ac7e7a0c Fix CI/CD bridge variables unit test 2019-03-02 21:04:59 +01:00
Grzegorz Bizon 552a32c015 Extract scoped CI/CD variables to a separate concern
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.
2019-03-02 21:03:41 +01:00
Grzegorz Bizon 320b6d965e Add basic implementation of CI/CD bridge job 2018-12-12 10:34:17 +01:00