Jsonnet test 13
This commit is contained in:
		| @@ -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] | ||||
|     ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user