tests: Avoid double docker pull on Azure Pipes

pull/790/head
Alex Willmer 4 years ago
parent 8654af738b
commit adbed36dd9

@ -86,12 +86,4 @@ if need_to_fix_psycopg2:
batches.append(venv_steps) batches.append(venv_steps)
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) ci_lib.run_batches(batches)

Loading…
Cancel
Save