-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update the URL for latest index.json in retrievePreviousBuild library #367
Conversation
Signed-off-by: Zelin Hao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #367 +/- ##
=========================================
Coverage 86.11% 86.11%
Complexity 29 29
=========================================
Files 82 82
Lines 216 216
Branches 12 12
=========================================
Hits 186 186
Misses 22 22
Partials 8 8 ☔ View full report in Codecov by Sentry. |
621ccf3
to
aae1a80
Compare
Signed-off-by: Zelin Hao <[email protected]>
aae1a80
to
31bb9f4
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.
Have talk with @zelinh on this and the idea is to first check if the new index file is there. If not, fall back to the old latest index file.
Thanks.
@zelinh do you plan to bump the lib version? |
Could you help on incrementing the version? Thanks. |
Signed-off-by: Zelin Hao <[email protected]>
…#367) Signed-off-by: Zelin Hao <[email protected]> (cherry picked from commit ae6bcad) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Update the URL for latest index.json since we have a new uploading path for the
index.json
.Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.