gitlab-org--gitlab-foss/app/models/concerns/ci
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
..
contextable.rb Extract scoped CI/CD variables to a separate concern 2019-03-02 21:03:41 +01:00
metadatable.rb
processable.rb