diff options
author | Devaev Maxim <[email protected]> | 2018-11-07 05:27:46 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-07 05:27:46 +0300 |
commit | e9dad49ec4e538eddcd61232465854476d555e2d (patch) | |
tree | a88c04cfb455eab16edabd7a8c28d9937b029868 | |
parent | 236e51d956199abc9ed9bca8d44b988ec919bd50 (diff) |
make run-no-cache
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ all: cat Makefile +run-no-cache: + make run TESTENV_OPTS=--no-cache + + run: sudo modprobe loop docker build $(TESTENV_OPTS) --rm --tag $(TESTENV_IMAGE) -f testenv/Dockerfile . |