An ever-growing repo of beta builds increases the execution time of the CI a lot. Idea: on release, do ``` rm -rf .git git init git remote add origin git@github.com:... git add * git commit -am 'new release' git push -f origin master ```
An ever-growing repo of beta builds increases the execution time of the CI a lot.
Idea: on release, do