manifoldco / torus-cli

A secure, shared workspace for secrets
https://www.torus.sh
BSD 3-Clause "New" or "Revised" License
613 stars 32 forks source link

No longer warn if not in .git folder #368

Closed ianlivingstone closed 6 years ago

ianlivingstone commented 6 years ago

A few components of the Makefile were using git describe to figure out the current tag. However, when the container is built it's done outside of a git repository leading to a ton of non-important error messages popping up.

Instead, we only call git describe if we're actually in a .git folder.