Remove experimental build flag (#921)

This commit is contained in:
themylogin
2025-09-10 21:51:02 +02:00
committed by GitHub
parent fd49f8913f
commit 9fb097f4b7
4 changed files with 3 additions and 5 deletions

View File

@@ -52,7 +52,6 @@ TRY_BRANCH_OVERRIDE = get_env_variable('TRY_BRANCH_OVERRIDE', str)
VERSION = get_env_variable('TRUENAS_VERSION', str, f'{_VERS}-{BUILD_TIME_OBJ.strftime("%Y%m%d-%H%M%S")}')
TRUENAS_VENDOR = get_env_variable('TRUENAS_VENDOR', str)
PRESERVE_ISO = get_env_variable('PRESERVE_ISO', bool, False)
TRUENAS_EXPERIMENTAL = get_env_variable('TRUENAS_EXPERIMENTAL', bool, True)
# We will get branch overrides and identity file path overrides from here