tumblr / genesis

A tool for data center automation
http://tumblr.github.io/genesis/
Apache License 2.0
156 stars 24 forks source link

Allow for /conf to not exist when building genesis #76

Closed ssgelm closed 5 years ago

ssgelm commented 5 years ago

Because of set -e, find on a missing directory will return a non-zero exit code. This prevents genesis from building. Adding a || true to the command allows it to work.

yahoocla commented 5 years ago

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! :smile:

ssgelm commented 5 years ago

CLA should be ok now - I signed it.