From 49afae308a431af1dd2e392d2a62f2f7b225fc9a Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 10 Aug 2022 23:20:46 +0000 Subject: [PATCH] Jsonnet test 13 --- .drone.jsonnet | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index c882499..9570f79 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -24,14 +24,6 @@ local buildForArch(arch) = { "arch": "amd64" }, "steps": [ - [buildForArch(a) for a in archs], - { - "name": "release", - "image": "rust:1.62", - "commands": [ - "echo Done!", - ], - "depends_on": [ getStepName(a) for a in archs ], - }, + [buildForArch(a) for a in archs] ] } \ No newline at end of file