We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df5e7 commit bf7f23aCopy full SHA for bf7f23a
rake_tasks/test_tasks.rake
@@ -73,6 +73,7 @@ namespace :test do
73
version_number = cluster_info['number']
74
build_hash = cluster_info['build_hash']
75
76
+ puts "Build hash: #{build_hash}"
77
# Create ./tmp if it doesn't exist
78
Dir.mkdir(CURRENT_PATH.join('tmp'), 0700) unless File.directory?(CURRENT_PATH.join('tmp'))
79
0 commit comments