BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
95 stars 19 forks source link

Centralize bash scripts in `/scripts` directory #103

Closed iknite closed 5 years ago

iknite commented 5 years ago

All the scripts now live in /tests directory and since we are using it as a canonical way to launch environments sometimes outside tests scope (QA, Performance...) I believe it would be worthy to give them a proper directory.

suizman commented 5 years ago

Definitely we should clean /tests directory and move shell scripts to a proper place.

iknite commented 5 years ago

Closing in favor of #119 (/scripts is now /deploy/local which it doesn't follow the standard go layout but it's better than /tests)