Browse Source

Removing git config from build.publish command

Signed-off-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Fernandes de Carvalho 4 years ago
parent
commit
bf377fd6fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/api-docs/Makefile

+ 1 - 1
hack/api-docs/Makefile

@@ -64,7 +64,7 @@ build.publish: image generate $(SOURCES)
 		--rm \
 		--rm \
 		--user $(UID):$(GID) \
 		--user $(UID):$(GID) \
 		$(MKDOCS_IMAGE) \
 		$(MKDOCS_IMAGE) \
-		/bin/bash -c "cd /repo && git config user.name "Docs" && git config user.email "docs@external-secrets.io" && $(MIKE) deploy --update-aliases -p -F hack/api-docs/mkdocs.yml $(DOCS_VERSION) $(DOCS_ALIAS);"
+		/bin/bash -c "cd /repo && $(MIKE) deploy --update-aliases -p -F hack/api-docs/mkdocs.yml $(DOCS_VERSION) $(DOCS_ALIAS);"
 
 
 .PHONY: generate
 .PHONY: generate
 generate:
 generate: