commit | 769fd2aa16067f8a25585b9347d42aae526ca6e6 | [log] [tgz] |
---|---|---|
author | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Apr 15 16:11:05 2016 -0700 |
committer | Jeremy Mowery <jermowery@email.arizona.edu> | Fri Apr 15 16:11:05 2016 -0700 |
tree | 812f9f8d783bbdb41c6ba4a02e01eb91a836e748 | |
parent | eec9fc93fee396bebbf8c90328d23bf79712d075 [diff] |
Add in more debug stuff
diff --git a/containers/xos/Makefile b/containers/xos/Makefile index cf91988..1103407 100644 --- a/containers/xos/Makefile +++ b/containers/xos/Makefile
@@ -3,7 +3,7 @@ TOSCA_CONFIG_PATH:=/opt/xos/configurations/opencloud/opencloud.yaml XOS_GIT_REPO?=git://github.com/open-cloud/xos.git XOS_GIT_BRANCH?=master -NO_DOCKER_CACHE?=false +NO_DOCKER_CACHE?=true .PHONY: build build: ; sudo docker build --no-cache=${NO_DOCKER_CACHE} --rm -t ${IMAGE_NAME} .