feat: Enhanced Automation for OpenIM Advanced CICD and GitOps Support (#1819)

* feat: add advanced version cicd

* fix: fix openim server deployment
This commit is contained in:
Xinwei Xiong
2024-01-26 20:53:25 +08:00
committed by GitHub
parent 05e66e9f8d
commit e2650add40
6 changed files with 102 additions and 7 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ perform_action() {
if [ "$flag" == true ]; then
openim::log::info "## $message..."
if ! $command; then
if ! eval "$command"; then
openim::log::errexit "Error in $message"
fi
fi