Open
Description
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 [email protected]:...
git add *
git commit -am 'new release'
git push -f origin master