From 982ae21968eabd97c6543decf3237e969178c075 Mon Sep 17 00:00:00 2001 From: dohodin Date: Wed, 4 Oct 2023 11:54:00 +0200 Subject: [PATCH] add starlark file --- .drone.star | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.star b/.drone.star index 2aebfcb..d0a2d20 100644 --- a/.drone.star +++ b/.drone.star @@ -1,9 +1,7 @@ def main(ctx): pipeline = { "kind": "pipeline", - "type": "docker", "name": "myFirstPipeline", - "steps": [ { "name": "build", @@ -142,7 +140,6 @@ def main(ctx): "depends_on": "[deploy-app]" } ] - } if ctx.build.branch == "master": return pipeline