mirror of https://github.com/waku-org/nwaku.git
fix(ci): make experimental default to true in fleet deployment (#1742)
This commit is contained in:
parent
d990d9fa5b
commit
b148c305d7
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'EXPERIMENTAL',
|
name: 'EXPERIMENTAL',
|
||||||
description: 'Enable experimental features.',
|
description: 'Enable experimental features.',
|
||||||
defaultValue: false
|
defaultValue: true
|
||||||
)
|
)
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'DEBUG',
|
name: 'DEBUG',
|
||||||
|
|
Loading…
Reference in New Issue