mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-20 02:49:28 +00:00
Revert "NAS-132446 / 25.04 / Initial add of option to use internal APT repo for builds (#754)" (#759)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user