You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
fix: [#28] improve environment variable handling and terminology clarity
Environment Variable Construction Fixes:
- Fix ENVIRONMENT variable construction in health-check.sh
- Change from ${ENVIRONMENT_TYPE}-${ENVIRONMENT_FILE} to ${ENVIRONMENT_FILE}
- ENVIRONMENT_FILE already contains full identifier (e.g., 'e2e-libvirt')
- Prevents problematic patterns like 'e2e-e2e-libvirt'
Command Suggestion Updates:
- Update make command suggestions to use new ENVIRONMENT_TYPE/ENVIRONMENT_FILE format
- Replace legacy ENVIRONMENT= format in error messages and help text
- Provide clear guidance for infrastructure and application commands
Terminology Improvements:
- Change 'Environment:' to 'Environment type:' for clarity in logs
- Update Makefile help text to be more descriptive
- Improve user understanding of environment configuration structure
Files updated:
- Makefile: Update app-health-check help text for clarity
- infrastructure/scripts/configure-env.sh: Improve logging terminology
- infrastructure/scripts/health-check.sh: Fix environment variable construction and command suggestions
0 commit comments