~edwargix/git.sr.ht

af122aee7ee8db7216ddd28ee983d2e9ac184978 — Drew DeVault 6 years ago 687dde9
Fix link to build jobs
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/worker.py
M gitsrht/worker.py => gitsrht/worker.py +1 -1
@@ 89,4 89,4 @@ def do_post_update(repo, git_repo, ref):
                }, { "Authorization": "token " + token })
                if resp:
                    build_id = resp.json().get("id")
                    print("Build started: https://builds.sr.ht/job/{}".format(build_id))
                    print("Build started: https://builds.sr.ht/~{}/job/{}".format(repo.owner.username, build_id))