class Buildkite::Builder::Commands::Preview

Private Instance Methods

run() click to toggle source
# File lib/buildkite/builder/commands/preview.rb, line 11
def run
  puts Pipeline.new(pipeline_path).to_yaml
end