Skip to content

Commit

Permalink
Fix pre-commit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Jan 28, 2025
1 parent 6290532 commit 9674214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ def clone_from_github(repo, tag, org):
tag = os.getenv("TENSORRTLLM_BACKEND_REPO_TAG", "main")
token = os.getenv("CI_JOB_TOKEN")
host_fqdn = os.getenv("CI_SERVER_FQDN")
repo_url = f"https://gitlab-ci-token:{token}@{host_fqdn}/dl/triton/{repo}.git"
repo_url = (
f"https://gitlab-ci-token:{token}@{host_fqdn}/dl/triton/{repo}.git"
)

clone_command = [
"git",
Expand Down

0 comments on commit 9674214

Please sign in to comment.