mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
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(
|
||||
name: 'USE_MOCKED_KEYCARD_LIB',
|
||||
description: 'Decides whether the mocked status-keycard-go library is built.',
|
||||
defaultValue: isNightlyBuild
|
||||
defaultValue: false
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user