Fixed part of tests for #109

This commit is contained in:
Thomas VIAL 2016-04-15 21:02:41 +02:00
parent a8d5cfeb45
commit 2adc559a43
3 changed files with 73 additions and 14 deletions

View file

@ -1,9 +1,8 @@
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
NAME = tvial/docker-mailserver:$(BRANCH)
# all: build-no-cache run fixtures tests clean
#all-no-build: run fixtures tests clean
all: build-no-cache
all: build-no-cache run fixtures tests clean
all-fast: build run fixtures tests clean
build-no-cache:
docker build --no-cache -t $(NAME) .