mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
fix(ci): make experimental default to true in fleet deployment (#1742)
This commit is contained in:
parent
09aac134b0
commit
1c46d06fcb
@ -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…
x
Reference in New Issue
Block a user