Jsonnet test 10

This commit is contained in:
Jacob Kiers 2022-08-10 23:14:47 +00:00
parent 598f086909
commit 6651f8ce55
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ local archs = [
"x86_64-unknown-linux-musl"
];
local getStepName(arch) = {
"check-"+arch
};
local getStepName(arch) = "check " + arch;
local buildForArch(arch) = {
"name": getStepName(arch),