diff --git a/.drone.star b/.drone.star index 3be7dcb..f543283 100644 --- a/.drone.star +++ b/.drone.star @@ -40,6 +40,7 @@ def steps(name): "disable": True, }, "steps": [ + printenv(), { "name": "build", "image": "alpine", @@ -52,7 +53,6 @@ def steps(name): def main(ctx): return [ - printenv(), steps('first'), steps('second'), ]