Skip to content

Commit 1a8cfc0

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

File tree

4 files changed

+13
-459
lines changed

4 files changed

+13
-459
lines changed

.evergreen/Dockerfile.erb

Lines changed: 0 additions & 221 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)