mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +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