mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Makefile/yamldocs: Don't require TTY
Make it work in GHA Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -109,7 +109,7 @@ mddocs: build_docker_image ## generate markdown files from go source
|
||||
|
||||
.PHONY: yamldocs
|
||||
yamldocs: build_docker_image ## generate documentation YAML files consumed by docs repo
|
||||
$(DOCKER_RUN) -it $(DEV_DOCKER_IMAGE_NAME) make yamldocs
|
||||
$(DOCKER_RUN) $(DEV_DOCKER_IMAGE_NAME) make yamldocs
|
||||
|
||||
.PHONY: test ## run unit and e2e tests
|
||||
test: test-unit test-e2e
|
||||
|
||||
Reference in New Issue
Block a user