diff --git a/drone-starlark/repos/deploy.star b/drone-starlark/repos/deploy.star index 195c925..b32dacc 100644 --- a/drone-starlark/repos/deploy.star +++ b/drone-starlark/repos/deploy.star @@ -9,7 +9,7 @@ def deploy( filename, folder, ): - return {if ctx.build.branch == 'do': + if ctx.build.branch == 'do': return [ pipeline( 'do',