Skip to content
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

Improve script download-latest.sh #1054

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

whoan
Copy link
Contributor

@whoan whoan commented Oct 31, 2020

Thanks for this great tool!

@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #1054 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1054   +/-   ##
=======================================
  Coverage   76.73%   76.73%           
=======================================
  Files         104      104           
  Lines       12113    12113           
=======================================
  Hits         9295     9295           
  Misses       2818     2818           
Impacted Files Coverage Δ
meilisearch-http/tests/index.rs 98.32% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39cf193...f25890c. Read the comment docs.

Copy link
Member

@Kerollmops Kerollmops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your help, this is very appreciated 👍 😃

Comment on lines -171 to +172
get_os
if [ "$?" -eq 1 ]; then

if ! get_os; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is fair, we were only testing that the get_os out was 1 instead of checking that it is simply different from 0, so...

@Kerollmops
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Nov 3, 2020

Build succeeded:

@bors bors bot merged commit 65c6e46 into meilisearch:master Nov 3, 2020
@MarinPostma MarinPostma added this to the 12/2020 milestone Nov 19, 2020
@ManyTheFish ManyTheFish changed the title Make small improvements Improve script download-latest.sh Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants