We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d80cc commit 4743d1dCopy full SHA for 4743d1d
docker.Makefile
@@ -109,7 +109,7 @@ mddocs: build_docker_image ## generate markdown files from go source
109
110
.PHONY: yamldocs
111
yamldocs: build_docker_image ## generate documentation YAML files consumed by docs repo
112
- $(DOCKER_RUN) -it $(DEV_DOCKER_IMAGE_NAME) make yamldocs
+ $(DOCKER_RUN) $(DEV_DOCKER_IMAGE_NAME) make yamldocs
113
114
.PHONY: test ## run unit and e2e tests
115
test: test-unit test-e2e
0 commit comments