Kaydet (Commit) 298b7e14 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) Joffrey F

Use networks instead of legacy links for test setup

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 23e6b5c4
...@@ -5,7 +5,6 @@ def imageNamePy2 ...@@ -5,7 +5,6 @@ def imageNamePy2
def imageNamePy3 def imageNamePy3
def images = [:] def images = [:]
def buildImage = { name, buildargs, pyTag -> def buildImage = { name, buildargs, pyTag ->
img = docker.image(name) img = docker.image(name)
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment