Skip to content

Commit

Permalink
fix: temporary fix to disable default experimental builds on fleets (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-clius authored Jun 19, 2023
1 parent bbded9e commit e902861
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 @@ -43,7 +43,7 @@ pipeline {
booleanParam(
name: 'EXPERIMENTAL',
description: 'Enable experimental features.',
defaultValue: true
defaultValue: false
)
booleanParam(
name: 'DEBUG',
Expand Down

0 comments on commit e902861

Please sign in to comment.