-
Notifications
You must be signed in to change notification settings - Fork 63
Push to dockerhub on merge to master & readd integration tests #57
Conversation
.travis.yml
Outdated
install: true | ||
script: BUILD_PHASE=builder make docker_build | ||
script: BUILD_PHASE=builder make docker_build && make k8s_integration && make dockerhub_push |
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.
but we'll get rid of this right?
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.
no, why?
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 thought we didn't want to push to dockerhub on PRs. On PRs, we build the image each time and run integration tests using that image, and then discard it. Only on merge to master do we actually push to Dockerhub. Or did we change our minds? I don't remember.
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.
this is if fork = false
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.
oh that's what that does? cool
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.
ugh forget it, i'll figure out creds to push in another pr
No description provided.