mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
fix: temporary fix to disable default experimental builds on fleets (#1810)
This commit is contained in:
parent
0ed1070cef
commit
a8c1d82aeb
@ -43,7 +43,7 @@ pipeline {
|
|||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'EXPERIMENTAL',
|
name: 'EXPERIMENTAL',
|
||||||
description: 'Enable experimental features.',
|
description: 'Enable experimental features.',
|
||||||
defaultValue: true
|
defaultValue: false
|
||||||
)
|
)
|
||||||
booleanParam(
|
booleanParam(
|
||||||
name: 'DEBUG',
|
name: 'DEBUG',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user