Currently, CircleCI isn't actually running any tests (only /bin/true), but that can easily be updated in circle.yml.
More interesting is that CircleCI is setup to build and publish container images (to Quay) for all merges into master using the first seven characters of the Git commit as the container image's tag. Git tag pushes also produce container images, which are identified by the same version number of the tag.
Currently, CircleCI isn't actually running any tests (only
/bin/true
), but that can easily be updated incircle.yml
.More interesting is that CircleCI is setup to build and publish container images (to Quay) for all merges into
master
using the first seven characters of the Git commit as the container image's tag. Git tag pushes also produce container images, which are identified by the same version number of the tag.See also:
Related to https://github.com/hotosm/oam-server/issues/12