Skip to content

Commit 2462b3a

Browse files
p-mongop
andcommitted
Move docker tooling to spec/shared (#2175)
Co-authored-by: Oleg Pudeyev <oleg@bsdpower.com>
1 parent cbff0a7 commit 2462b3a

File tree

3 files changed

+12
-415
lines changed

3 files changed

+12
-415
lines changed

.evergreen/Dockerfile.erb

Lines changed: 0 additions & 201 deletions
This file was deleted.

.evergreen/get-mongodb-download-url

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if arch.nil?
66
exit 1
77
end
88

9-
load File.join(File.dirname(__FILE__), 'tools.rb')
9+
$: << File.join(File.dirname(__FILE__), '../spec/shared/lib')
10+
require 'mrss/server_version_registry'
1011

11-
puts ServerVersionRegistry.new(desired_version, arch).download_url
12+
puts Mrss::ServerVersionRegistry.new(desired_version, arch).download_url

0 commit comments

Comments
 (0)