From 57a1eec5f62c372f8db9459334c50e434ecf6e58 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 30 Sep 2020 19:28:14 +0200 Subject: [PATCH] bring back source_repo var in changelog pipeline --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 19c19940bb..e32bf5517c 100644 --- a/.drone.star +++ b/.drone.star @@ -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',