fixbug: remove slashes in the compile script

This commit is contained in:
skiffer-git 2023-07-04 20:44:43 +08:00 committed by GitHub
parent a9e2b55f6a
commit ca071fdf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ service_source_root=(
../cmd/rpc/third/
../cmd/crontask
${msg_gateway_source_root}
${msg_transfer_source_root/}
${msg_transfer_source_root}
${msg_source_root}
${push_source_root}
# ${sdk_server_source_root}
@ -89,4 +89,4 @@ image_names=(
msg
push
# sdk_server
)
)