Remove Travis CI old builds

前端 未结 7 1722
悲哀的现实
悲哀的现实 2020-12-28 12:50

This is my first day using Travis CI. I made some mistakes, I\'ve tried removing and adding the repository again, but Travis CI build history is still there, with broken lin

7条回答
  •  自闭症患者
    2020-12-28 13:51

    I was able to wipe the Travis build history simply.

    I'm logging into to travis-ci.org via my Github account.

    I went into travis-ci-org, and hit the + to show all repositories:

    Then I turned off Travis CI for the repo in question by flipping this toggle:

    In Github, I renamed my repo.

    Then I hit "Sync account" in the upper left.

    For my final step, I flipped that toggle back on under the new repo name.

    Voila - no Travis history. I triggered a build manually and now everything is clean and clear.

提交回复
热议问题