We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a722ba commit 8303d83Copy full SHA for 8303d83
ci.jsonnet
@@ -3,7 +3,7 @@ local const = import 'ci_common/constants.libsonnet';
3
local builder = import 'ci_common/builder.libsonnet';
4
5
{
6
- overlay: "123dda879b0003af4b8d529e71fceb15bb26e94e",
+ overlay: "5c24d0dc41c15d1f00635f91c50c51e8cefae33e",
7
8
// ======================================================================================================
9
//
ci_common/utils.libsonnet
@@ -34,7 +34,7 @@
34
35
// make a builder run with a given primary suite
36
withPrimarySuite(suite, builder)::
37
- if (std.isArray(builder)) then [
+ if (std.type(builder) == 'array') then [
38
b + (if isBuilder(b) then {environment +: {'MX_PRIMARY_SUITE_PATH': suite}} else {})
39
for b in builder
40
]
0 commit comments