chore: disabled keycard mock in nightly build until it's fixed

This commit is contained in:
Valentina Novgorodtceva 2024-07-24 17:09:42 +07:00 committed by Anastasiya
parent 8d3a0ac415
commit edc7a7566b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ pipeline {
booleanParam(
name: 'USE_MOCKED_KEYCARD_LIB',
description: 'Decides whether the mocked status-keycard-go library is built.',
defaultValue: isNightlyBuild
defaultValue: false
)
}

View File

@ -32,7 +32,7 @@ pipeline {
booleanParam(
name: 'USE_MOCKED_KEYCARD_LIB',
description: 'Decides whether the mocked status-keycard-go library is built.',
defaultValue: isNightlyBuild
defaultValue: false
)
}