summaryrefslogtreecommitdiff
path: root/app/models/concerns/ci/pipeline_delegator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI_COMMIT_REF_NAME and SLUG variableShinya Maeda2019-04-291-0/+21
With Pipelines for Merge Requests feature, users cannout keep using $CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic environments. We fix this problem by explicitly looking at the source ref.