Skip to content

Commit 35516e3

Browse files
committed
Revert "fix: default env substitution only AFTER sourcing the namespaced env"
This reverts commit 2492281.
1 parent 5398f81 commit 35516e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure-environment.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -946,12 +946,12 @@ main() {
946946
exit 1
947947
fi
948948

949-
# Source the environment file to ensure all variables are available for validation
950-
source "$ENV_FILE_PATH"
951-
952949
# Set default optional variables
953950
set_default_optional_variables "$ENV_FILE_PATH"
954951

952+
# Source the environment file to ensure all variables are available for validation
953+
source "$ENV_FILE_PATH"
954+
955955
# Validate environment
956956
validate_environment
957957

0 commit comments

Comments
 (0)