-
Notifications
You must be signed in to change notification settings - Fork 727
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
misc: fix the deploy path not being updated (#2596) #2600
misc: fix the deploy path not being updated (#2596) #2600
Conversation
Signed-off-by: Ryan Leung <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2600 +/- ##
===============================================
+ Coverage 77.13% 77.25% +0.11%
===============================================
Files 205 205
Lines 22129 22135 +6
===============================================
+ Hits 17070 17101 +31
+ Misses 3756 3739 -17
+ Partials 1303 1295 -8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
cherry-pick #2596 to release-4.0
What problem does this PR solve?
Closes #2595.
What is changed and how it works?
This PR updates the existed store's deploy path when
Putstore
is called after restarting.Check List
Tests
Related changes
Release note