Skip to content

Commit bf7f23a

Browse files
committed
[API] Prints out build hash when downloading test artifacts
1 parent f3df5e7 commit bf7f23a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rake_tasks/test_tasks.rake

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ namespace :test do
7373
version_number = cluster_info['number']
7474
build_hash = cluster_info['build_hash']
7575

76+
puts "Build hash: #{build_hash}"
7677
# Create ./tmp if it doesn't exist
7778
Dir.mkdir(CURRENT_PATH.join('tmp'), 0700) unless File.directory?(CURRENT_PATH.join('tmp'))
7879

0 commit comments

Comments
 (0)