Skip to content

Commit

Permalink
Rubopcop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jan 17, 2024
1 parent 7769069 commit 70fdd02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/release/extract-pipeline-context
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ context_hash = {
}

warn "~~> Generating context..."
context_hash.each { |k, v| warn "#{k}=#{v}" }

context_hash.each { |k, v| puts "#{k}=#{v}" }
context_hash.each { |k, v|
warn "#{k}=#{v}"
puts "#{k}=#{v}"
}

0 comments on commit 70fdd02

Please sign in to comment.