tests: Avoid double docker pull on Azure Pipes
(cherry picked from commit adbed36dd9
)
This commit is contained in:
parent
642bb35973
commit
eee5006a68
|
@ -43,12 +43,4 @@ if ci_lib.have_apt():
|
|||
.format(pv=os.environ['PYTHONVERSION'])
|
||||
])
|
||||
|
||||
|
||||
if ci_lib.have_docker():
|
||||
batches.extend(
|
||||
['docker pull %s' % (ci_lib.image_for_distro(distro),)]
|
||||
for distro in ci_lib.DISTROS
|
||||
)
|
||||
|
||||
|
||||
ci_lib.run_batches(batches)
|
||||
|
|
Loading…
Reference in New Issue