Skip to content

Commit 8303d83

Browse files
committed
update utils lib
1 parent 6a722ba commit 8303d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local const = import 'ci_common/constants.libsonnet';
33
local builder = import 'ci_common/builder.libsonnet';
44

55
{
6-
overlay: "123dda879b0003af4b8d529e71fceb15bb26e94e",
6+
overlay: "5c24d0dc41c15d1f00635f91c50c51e8cefae33e",
77

88
// ======================================================================================================
99
//

ci_common/utils.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// make a builder run with a given primary suite
3636
withPrimarySuite(suite, builder)::
37-
if (std.isArray(builder)) then [
37+
if (std.type(builder) == 'array') then [
3838
b + (if isBuilder(b) then {environment +: {'MX_PRIMARY_SUITE_PATH': suite}} else {})
3939
for b in builder
4040
]

0 commit comments

Comments
 (0)