Skip to content

Commit

Permalink
perform upload
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 7, 2020
1 parent f7de048 commit 39ede89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build-debs/build-debs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def upload_debs(self, ppa):
"""Uploads source changes to LP"""
for changes in list(Path(".").glob("*changes")):
cmd = f"dput {ppa} {str(changes)}"
click.echo(cmd)
cmd_ok(cmd)


@click.group()
Expand Down

0 comments on commit 39ede89

Please sign in to comment.