Commit deb5528a by Michael Roytman

Modify Docker make file to run Python Ansible dependency script for initialization of images

parent b0990ffe
......@@ -4,7 +4,7 @@ SHARD=0
SHARDS=1
dockerfiles:=$(shell ls docker/build/*/Dockerfile)
images:=$(patsubst docker/build/%/Dockerfile,%,$(dockerfiles))
images:=$(shell git diff --name-only $(TRAVIS_COMMIT_RANGE) | python util/parsefiles.py)
docker_build=docker.build.
docker_test=docker.test.
......
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