cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Disable git clone depth in travis #525

Closed pvlugter closed 3 years ago

pvlugter commented 3 years ago

Travis has a default git clone depth of 50, so when the most recent tag is further than 50 commits away then the version for latest docker images will be 0.0.0. This should disable the clone depth so we always have a version in the docker images.

pvlugter commented 3 years ago

The native image for cassandra smoke test fails so often, I think I'll disable it and create an issue.