Add dependency on the container build for steps doing "run"
Make sure that the container is actually built before commands in the Makefile that require doing `docker run` on the devel container. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
a4576937f9
commit
03177bf053
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ fmt:
|
|||
lint:
|
||||
@golint ./... | grep -v vendor | grep -v .pb. | tee /dev/stderr
|
||||
|
||||
shell:
|
||||
shell: dbuild
|
||||
$(DOCKER_RUN) bash
|
||||
|
||||
test: all validate
|
||||
|
|
Loading…
Reference in a new issue