Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix delayed $WMA_DEPLOY_DIR env virable #12167

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/deploy-wmagent-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ wmaInstall() {
_addWMCoreVenvVar WMA_INSTALL_DIR $WMA_CURRENT_DIR/install
_addWMCoreVenvVar WMA_CONFIG_DIR $WMA_CURRENT_DIR/config
_addWMCoreVenvVar WMA_CONFIG_FILE $WMA_CONFIG_DIR/config.py
_addWMCoreVenvVar WMA_MANAGE_DIR $WMA_DEPLOY_DIR/bin
_addWMCoreVenvVar WMA_LOG_DIR $WMA_CURRENT_DIR/logs
_addWMCoreVenvVar WMA_DEPLOY_DIR $venvPath
_addWMCoreVenvVar WMA_MANAGE_DIR $WMA_DEPLOY_DIR/bin
_addWMCoreVenvVar WMA_ENV_FILE $WMA_DEPLOY_DIR/deploy/env.sh
_addWMCoreVenvVar WMA_SECRETS_FILE $WMA_ADMIN_DIR/WMAgent.secrets

Expand Down