Skip to content
Snippets Groups Projects
Commit 7481feb911db authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

remove duplicate call

parent 11dcc5b3168a
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,6 @@
c.get('odoo_scripts', 'odoo_type')) or 'odoo7'
image = "%s/%s:latest" % (registry, project)
logging.debug("Docker image: %s", image)
# detect if docker image already exists
docker_client = docker_api(base_url='unix://var/run/docker.sock')
# TODO ensureconf
if ensureconf:
raise NotImplementedError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment