Merge pull request #70 from estesp/makefile-cleanup
Add dependency on the container build for steps doing "run"
This commit is contained in:
commit
9778225c58
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ fmt:
|
||||||
lint:
|
lint:
|
||||||
@golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr
|
@golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr
|
||||||
|
|
||||||
shell:
|
shell: dbuild
|
||||||
$(DOCKER_RUN) bash
|
$(DOCKER_RUN) bash
|
||||||
|
|
||||||
test: all validate
|
test: all validate
|
||||||
|
|
Loading…
Reference in a new issue