lib/dri/commands/fetch/pipelines.rb in dri-0.10.2 vs lib/dri/commands/fetch/pipelines.rb in dri-0.11.0

- old
+ new

@@ -18,11 +18,11 @@ def initialize(options) @options = options end - def execute(input: $stdin, output: $stdout) + def execute(*) verify_config_exists logger.info "Fetching pipelines' status, this might take a while..." logger.warn "This command needs a large window to correctly print the table" pipelines = [] table_labels = define_table_labels @@ -147,11 +147,11 @@ # Constructs allure report url for each pipeline # @param [String] pipeline_name # @param [Integer] pipeline_id # @param [Boolean] sanity def allure_report(pipeline_name:, pipeline_id:, sanity:) - "https://storage.googleapis.com/gitlab-qa-allure-reports/#{allure_bucket_name(pipeline_name, sanity)}"\ - "/master/#{pipeline_id}/index.html" + "https://storage.googleapis.com/gitlab-qa-allure-reports/#{allure_bucket_name(pipeline_name, sanity)}" \ + "/master/#{pipeline_id}/index.html" end # Returns the GCP bucket name for different pipeline types # @param [String] pipeline_name # @param [Boolean] sanity