mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-20 02:49:28 +00:00
Make all builds non-experimental by default (#888)
This commit is contained in:
@@ -52,7 +52,7 @@ 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")}')
|
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)
|
TRUENAS_VENDOR = get_env_variable('TRUENAS_VENDOR', str)
|
||||||
PRESERVE_ISO = get_env_variable('PRESERVE_ISO', bool, False)
|
PRESERVE_ISO = get_env_variable('PRESERVE_ISO', bool, False)
|
||||||
TRUENAS_EXPERIMENTAL = get_env_variable('TRUENAS_EXPERIMENTAL', bool, True)
|
TRUENAS_EXPERIMENTAL = get_env_variable('TRUENAS_EXPERIMENTAL', bool, False)
|
||||||
|
|
||||||
|
|
||||||
# We will get branch overrides and identity file path overrides from here
|
# We will get branch overrides and identity file path overrides from here
|
||||||
|
|||||||
Reference in New Issue
Block a user