kezhenxu94 commented on pull request #8747: URL: https://github.com/apache/dolphinscheduler/pull/8747#issuecomment-1062533576
I look around and see this is indeed an issue, assembly plugin requires file permissions to be set explicitly, it won't retain the original permissions when assembly the tar, so we have to : - Assembly the executable files and non-executable files separately, which requires more maintenance - Do as this PR does, I prefer this one, it's just the style changed from `./xxx.sh` to `sh ./xxx.sh` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
