-
Notifications
You must be signed in to change notification settings - Fork 151
Conversation
gdbelvin
commented
Dec 28, 2019
- Build docker images
- Inject fresh images into kind (k8 in docker)
- Set docker image tags
Codecov Report
@@ Coverage Diff @@
## master #1420 +/- ##
=======================================
Coverage 66.15% 66.15%
=======================================
Files 53 53
Lines 3986 3986
=======================================
Hits 2637 2637
Misses 956 956
Partials 393 393 Continue to review full report at Codecov.
|
7d45337
to
9cbf5cd
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.
LGTM on "I trust you to know what it does" basis. Left a minor edit suggestion.
.travis.yml
Outdated
@@ -49,6 +50,7 @@ jobs: | |||
if: branch = master AND type != pull_request | |||
install: | |||
- curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.16.3/bin/linux/amd64/kubectl" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ | |||
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && sudo mv kustomize /usr/local/bin/ |
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.
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && sudo mv kustomize /usr/local/bin/ | |
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && sudo mv kustomize /usr/local/bin/ |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |