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