-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
A-ciArea: Issues/Pull requests related to CIArea: Issues/Pull requests related to CIperfPerformance: Tuning issuePerformance: Tuning issue
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
Metadata
Metadata
Assignees
Labels
A-ciArea: Issues/Pull requests related to CIArea: Issues/Pull requests related to CIperfPerformance: Tuning issuePerformance: Tuning issue