Skip to content

Commit 10e8c07

Browse files
committed
[API] Prints out build hash when downloading test artifacts
1 parent 2d82a26 commit 10e8c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rake_tasks/test_tasks.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ namespace :test do
9494
version_number = cluster_info['number']
9595
build_hash = cluster_info['build_hash']
9696

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

0 commit comments

Comments
 (0)