We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81c773 commit 4eb6251Copy full SHA for 4eb6251
report/Rakefile
@@ -38,6 +38,7 @@ end
38
39
desc 'Download all artifacts'
40
task :download_all do
41
+ puts "BRANCH: #{ENV['BRANCH']}"
42
Rake::Task['download_json'].invoke
43
Rake::Task['download_spec'].invoke
44
end
0 commit comments