Update config.py

This commit is contained in:
alexandrabain
2024-08-26 14:09:09 -04:00
committed by GitHub
parent 604f316dea
commit bd63a8987e

View File

@@ -48,7 +48,7 @@ TRUENAS_BRANCH_OVERRIDE = get_env_variable('TRUENAS_BRANCH_OVERRIDE', str)
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)
PRESERVE_ISO = get_env_variable('PRESERVE_ISO', bool)
# We will get branch overrides and identity file path overrides from here