Revert "NAS-132446 / 25.04 / Initial add of option to use internal APT repo for builds (#754)" (#759)

This commit is contained in:
Caleb St. John
2024-11-15 15:33:40 -05:00
committed by GitHub
parent a7fe3aa528
commit d8b7cacbf1
7 changed files with 20 additions and 50 deletions

View File

@@ -49,8 +49,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)
APT_INTERNAL_BUILD = get_env_variable('APT_INTERNAL_BUILD', bool, False)
APT_BASE_CUSTOM = get_env_variable('APT_BASE_CUSTOM', str)
# We will get branch overrides and identity file path overrides from here