Skip to content

Commit

Permalink
fix(ci): make experimental default to true in fleet deployment (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 18, 2023
1 parent d990d9f commit b148c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
booleanParam(
name: 'EXPERIMENTAL',
description: 'Enable experimental features.',
defaultValue: false
defaultValue: true
)
booleanParam(
name: 'DEBUG',
Expand Down

0 comments on commit b148c30

Please sign in to comment.