-
Notifications
You must be signed in to change notification settings - Fork 1.2k
exp: use exp git remote for studio repo url #10345
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10345 +/- ##
==========================================
- Coverage 90.67% 90.67% -0.01%
==========================================
Files 500 500
Lines 38679 38700 +21
Branches 5591 5596 +5
==========================================
+ Hits 35073 35092 +19
- Misses 2963 2965 +2
Partials 643 643 ☔ View full report in Codecov by Sentry. |
a42199b
to
686005c
Compare
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.
Rest looks good to me.
Simplifies setting studio repo url per the suggestion here.
If
DVC_EXP_GIT_REMOTE
env var ordvc config exp.git_remote
is set, the url for that remote will be set for sending updates to Studio and overrideDVC_STUDIO_REPO_URL
/studio.repo_url
(these can be deprecated and dropped in the future).Closes #10137