Skip to content

Commit f71c283

Browse files
committed
backporting: drop unused git_* variables
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent f137215 commit f71c283

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

beeai/agents/backport_agent.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ class InputSchema(BaseModel):
4040
upstream_fix: str = Field(description="Link to an upstream fix for the issue")
4141
jira_issue: str = Field(description="Jira issue to reference as resolved")
4242
dist_git_branch: str = Field(description="Git branch in dist-git to be updated")
43-
gitlab_user: str = Field(
44-
description="Name of the GitLab user",
45-
default=os.getenv("GITLAB_USER", "rhel-packaging-agent"),
46-
)
47-
git_url: str = Field(
48-
description="URL of the git repository",
49-
default="https://gitlab.com/redhat/centos-stream/rpms",
50-
)
5143
git_repo_basepath: str = Field(
5244
description="Base path for cloned git repos",
5345
default=os.getenv("GIT_REPO_BASEPATH"),

0 commit comments

Comments
 (0)