-
Notifications
You must be signed in to change notification settings - Fork 867
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
build: copy proto files from GOPATH so we can clone outside of GOPATH #2360
Conversation
Codecov ReportBase: 82.76% // Head: 82.76% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #2360 +/- ##
=======================================
Coverage 82.76% 82.76%
=======================================
Files 121 121
Lines 18536 18536
=======================================
Hits 15341 15341
Misses 2410 2410
Partials 785 785 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
b2c7a61
to
3aa1609
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.
I can confirm this fixed my local toolchain
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
3aa1609
to
1bc94e2
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
…argoproj#2360) * build: copy proto files from GOPATH so we can clone outside of GOPATH Signed-off-by: zachaller <[email protected]> * always return true so that we can run within GOPATH as well Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
…argoproj#2360) * build: copy proto files from GOPATH so we can clone outside of GOPATH Signed-off-by: zachaller <[email protected]> * always return true so that we can run within GOPATH as well Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
This will allow the argo rollouts repo to live outside the GOPATH directory.
Signed-off-by: zachaller [email protected]