diff --git a/.drone.star b/.drone.star index ab07e84..93bd0b2 100644 --- a/.drone.star +++ b/.drone.star @@ -8,7 +8,7 @@ def main(ctx): "name": "build", "image": "alpine", "commands": [ - echo "fail now!", + "echo "fail now!", "exit 1" ] }