mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
Fixed part of tests for #109
This commit is contained in:
parent
a8d5cfeb45
commit
2adc559a43
3 changed files with 73 additions and 14 deletions
5
Makefile
5
Makefile
|
@ -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) .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue