Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single_line_pipeline.rb « pipeline « banzai « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6725c9039a9ff0ecca91610adc4302eb02a84c15 (plain)
1
2
3
4
5
6
7
8
9
require 'banzai'

module Banzai
  module Pipeline
    class SingleLinePipeline < GfmPipeline

    end
  end
end