chore: disabled keycard mock in nightly build until it's fixed
This commit is contained in:
parent
8d3a0ac415
commit
edc7a7566b
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'USE_MOCKED_KEYCARD_LIB',
|
name: 'USE_MOCKED_KEYCARD_LIB',
|
||||||
description: 'Decides whether the mocked status-keycard-go library is built.',
|
description: 'Decides whether the mocked status-keycard-go library is built.',
|
||||||
defaultValue: isNightlyBuild
|
defaultValue: false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ pipeline {
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'USE_MOCKED_KEYCARD_LIB',
|
name: 'USE_MOCKED_KEYCARD_LIB',
|
||||||
description: 'Decides whether the mocked status-keycard-go library is built.',
|
description: 'Decides whether the mocked status-keycard-go library is built.',
|
||||||
defaultValue: isNightlyBuild
|
defaultValue: false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue