bring back source_repo var in changelog pipeline

This commit is contained in:
Michael Barz
2020-09-30 19:28:14 +02:00
parent ab5631a8e2
commit 57a1eec5f6

View File

@@ -811,7 +811,7 @@ def manifest(ctx):
}
def changelog(ctx):
repo_slug = ctx.build.source if ctx.build.source else ctx.repo.slug
repo_slug = ctx.build.source_repo if ctx.build.source_repo else ctx.repo.slug
return {
'kind': 'pipeline',
'type': 'docker',