mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-09 23:38:35 -05:00
bring back source_repo var in changelog pipeline
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user