gluster / anthill

A Kubernetes/OpenShift operator to manage Gluster clusters
http://gluster-anthill.readthedocs.io/
Apache License 2.0
35 stars 12 forks source link

Update Travis to build and push the operator container #45

Closed JohnStrunk closed 5 years ago

JohnStrunk commented 5 years ago

Describe what this PR does This updates the Travis-CI configuration to build the container image for the operator, and, if successful, it will push the image to quay.io

Is there anything that requires special attention? no

Related issues:

JohnStrunk commented 5 years ago

I'd like to ask: how are the QUAY and DOCKER variables set in Travis?

They are set in the Travis settings on the website. Since these are sensitive, they can't be set in the standard env block. They must either be encrypted in the yaml or set on the web settings page. While the settings page isn't version controlled, it's much easier to see the config and change it.

jarrpa commented 5 years ago

They are set in the Travis settings on the website. Since these are sensitive, they can't be set in the standard env block. They must either be encrypted in the yaml or set on the web settings page. While the settings page isn't version controlled, it's much easier to see the config and change it.

Makes total sense, wanted to make sure it wasn't just assumption. ;)