mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-04 02:56:05 +00:00
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(
|
||||
name: 'EXPERIMENTAL',
|
||||
description: 'Enable experimental features.',
|
||||
defaultValue: false
|
||||
defaultValue: true
|
||||
)
|
||||
booleanParam(
|
||||
name: 'DEBUG',
|
||||
|
Loading…
x
Reference in New Issue
Block a user