mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Makefile: Add shell target
This makes it easy to drop into the build container, for instance to run tests or other Go tools over a subset of the code. Signed-off-by: Euan Harris <euan.harris@docker.com>
This commit is contained in:
parent
6130c11481
commit
b4c09ceae2
1 changed files with 3 additions and 0 deletions
|
@ -134,3 +134,6 @@ circle-ci-build: ${build_image}.created
|
||||||
@${cidocker} make build-local
|
@${cidocker} make build-local
|
||||||
|
|
||||||
circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
|
circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests
|
||||||
|
|
||||||
|
shell:
|
||||||
|
@${docker} ${SHELL}
|
||||||
|
|
Loading…
Add table
Reference in a new issue