1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Merge pull request #6716 from vvoland/yamldocs-tty

Makefile/yamldocs: Don't require TTY
This commit is contained in:
Sebastiaan van Stijn
2025-12-18 17:48:48 +01:00
committed by GitHub

View File

@@ -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