mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 12:08:53 +00:00
ci: enable keycard mock lib for nightly builds
This commit is contained in:
parent
05287c873a
commit
c3761ebd61
@ -3,6 +3,7 @@ library 'status-jenkins-lib@v1.8.18'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
def isNightlyBuild = utils.isNightlyBuild()
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
@ -39,7 +40,7 @@ pipeline {
|
||||
booleanParam(
|
||||
name: 'USE_MOCKED_KEYCARD_LIB',
|
||||
description: 'Decides whether the mocked status-keycard-go library is built.',
|
||||
defaultValue: false
|
||||
defaultValue: isNightlyBuild
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@ library 'status-jenkins-lib@v1.8.18'
|
||||
|
||||
/* Options section can't access functions in objects. */
|
||||
def isPRBuild = utils.isPRBuild()
|
||||
def isNightlyBuild = utils.isNightlyBuild()
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux && x86_64 && nix-2.14' }
|
||||
@ -31,7 +32,7 @@ pipeline {
|
||||
booleanParam(
|
||||
name: 'USE_MOCKED_KEYCARD_LIB',
|
||||
description: 'Decides whether the mocked status-keycard-go library is built.',
|
||||
defaultValue: false
|
||||
defaultValue: isNightlyBuild
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user