-
Notifications
You must be signed in to change notification settings - Fork 18
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
Don't install utils if already installed #59
Don't install utils if already installed #59
Conversation
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 30.46% 33.49% +3.03%
==========================================
Files 10 10
Lines 627 627
==========================================
+ Hits 191 210 +19
+ Misses 411 393 -18
+ Partials 25 24 -1
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!
@@ -26,7 +26,11 @@ if [[ $* == *verbose* ]]; then | |||
VERBOSE=true | |||
fi | |||
|
|||
GO111MODULE=off go get -u github.com/droptheplot/abcgo | |||
if ! [ -x "$(command -v abcgo)" ] |
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.
Then -u
option doesn't make sense here
Description
Don't install utils if already installed
(the same change that was incorporated into aggregator)
Fixes #50 #51 #52 #53 #54 #55 #56
Type of change
Testing steps
Can be checked by running all updated scripts - it is much much faster now.