Jsonnet test 13
This commit is contained in:
parent
b1c4914720
commit
49afae308a
@ -24,14 +24,6 @@ local buildForArch(arch) = {
|
|||||||
"arch": "amd64"
|
"arch": "amd64"
|
||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
[buildForArch(a) for a in archs],
|
[buildForArch(a) for a in archs]
|
||||||
{
|
|
||||||
"name": "release",
|
|
||||||
"image": "rust:1.62",
|
|
||||||
"commands": [
|
|
||||||
"echo Done!",
|
|
||||||
],
|
|
||||||
"depends_on": [ getStepName(a) for a in archs ],
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user