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 6073003 commit fbb0cd5Copy full SHA for fbb0cd5
entrypoint.py
@@ -72,9 +72,10 @@
72
git_repo = git.Repo.clone_from(
73
'https://{}@github.com/{}.git'.format(github_token, github_repo),
74
github_slug,
75
- branch=gh_branch,
76
)
77
+ git_repo.git.branch(gh_branch)
78
+
79
# Generate metadata
80
deb_file_handle = DebFile(filename=deb_file_path)
81
deb_file_control = deb_file_handle.debcontrol()
0 commit comments