From 3b2dd116275bb52e9594bbcc66ec0dca2272c957 Mon Sep 17 00:00:00 2001 From: Onur Yelekci Date: Tue, 14 Dec 2021 10:09:59 +0000 Subject: [PATCH 1/2] Test debug flow --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index e788524..5b2fc91 100644 --- a/.drone.star +++ b/.drone.star @@ -8,7 +8,7 @@ def main(ctx): "name": "build", "image": "alpine", "commands": [ - "echo hello world" + "echo hello world!" ] } ] From 97c12267f3c9ac2af75b0a9cdcc42b76ae9737b0 Mon Sep 17 00:00:00 2001 From: Onur Yelekci Date: Mon, 28 Feb 2022 17:01:57 +0000 Subject: [PATCH 2/2] Always fail --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 5b2fc91..fcbdf66 100644 --- a/.drone.star +++ b/.drone.star @@ -8,7 +8,7 @@ def main(ctx): "name": "build", "image": "alpine", "commands": [ - "echo hello world!" + "exit 1" ] } ]