Skip to content

CI: Purge beta builds on new release #1

Open
@aawsome

Description

@aawsome

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

No one assigned

    Labels

    A-ciArea: Issues/Pull requests related to CIperfPerformance: Tuning issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions