diff --git a/.drone.star b/.drone.star index 1660b08..0b9b684 100644 --- a/.drone.star +++ b/.drone.star @@ -219,7 +219,9 @@ def steps(name, dependsOn): def main(ctx): print(ctx) + print('where is this') return [ steps('first', []), + steps('second', ['first']) ] \ No newline at end of file