Skip to content

Commit 4743d1d

Browse files
committed
Makefile/yamldocs: Don't require TTY
Make it work in GHA Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 55d80cc commit 4743d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mddocs: build_docker_image ## generate markdown files from go source
109109

110110
.PHONY: yamldocs
111111
yamldocs: build_docker_image ## generate documentation YAML files consumed by docs repo
112-
$(DOCKER_RUN) -it $(DEV_DOCKER_IMAGE_NAME) make yamldocs
112+
$(DOCKER_RUN) $(DEV_DOCKER_IMAGE_NAME) make yamldocs
113113

114114
.PHONY: test ## run unit and e2e tests
115115
test: test-unit test-e2e

0 commit comments

Comments
 (0)