-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 and push HEAD image on every build on master #1377
Conversation
Also rename canary to head for images that we build. This name conveys better what we actually do.
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Current coverage is 93.76% (diff: 100%)@@ master #1377 diff @@
==========================================
Files 351 351
Lines 3081 3081
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 2889 2889
Misses 192 192
Partials 0 0
|
@googlebot I'm ok with these commits being contributed to Google. |
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.
Small comment, otherwise LGTM.
# Cache downloaded Node.JS modules & Bower frontend dependencies for faster builds. | ||
cache: | ||
directories: | ||
- node_modules | ||
- bower_components | ||
- .tools | ||
- "$HOME/google-cloud-sdk/" |
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.
Not needed if we are not pushing to gcr also.
Done. PTAL |
Also rename canary to head for images that we build. This name conveys
better what we actually do.
This bases on @floreks work that he did on this topic. With a couple of alterations from me.