refact(dist): avoid script exit while restarting & clean script#2041
Merged
refact(dist): avoid script exit while restarting & clean script#2041
Conversation
- fix "restart" not work in script - clean shell script to avoid error in high-version bash/sh
Codecov Report
@@ Coverage Diff @@
## master #2041 +/- ##
============================================
- Coverage 65.89% 62.38% -3.51%
- Complexity 974 976 +2
============================================
Files 482 482
Lines 41458 41458
Branches 5889 5889
============================================
- Hits 27319 25864 -1455
- Misses 11437 13046 +1609
+ Partials 2702 2548 -154
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Member
Author
|
and I'll fix the script problem left in #2024 in next PR |
javeme
approved these changes
Nov 29, 2022
zyxxoo
approved these changes
Dec 1, 2022
zyxxoo
approved these changes
Dec 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hugegraphscriptrefer:
and we have a lot of writing way may break the shell rules, and it will lead some unexpected error in high
bash/shellversion (like the problem when start with java11)