Travis can't see the github repo that I passed?

UPDATE. If this is you, go to the Travis profile page and click "Sync" :)


I am using Travis CI in an open source repository. I just transferred ownership of the repo on GitHub to my organization, and also renamed the repository, and now I have a few problems with Travis's work.

Travis worked fine when the repo was in myname/myrepo . Now I ported the repo to myorganisation/mynewname . I am the owner of myorganisation , and the organization provided third-party access to Travis.

When I go to https://travis-ci.org/profile/myname , none of this is updated:

  • myorganisation does not appear on the left list of organizations, although I own the organization on GitHub, and I definitely granted Travis access to the organization.
  • The old repo myname/myrepo is still listed in the myname repos list on Travis. If I try to uncheck the Travis user interface, I see: An error happened when we tried to alter settings on GitHub. It may be caused by API restrictions, please review and add your authorized Orgs. An error happened when we tried to alter settings on GitHub. It may be caused by API restrictions, please review and add your authorized Orgs.
  • When I click on the repo now, it does not automatically start the Travis build. If I try to start the myname/myrepo manually in Travis, it looks like Travis is still pointing to the last commit before passing.

I tried to get in and out of Travis, but that didn't help.

In principle, it seems that Travis did not notice this move and does not have the ability to automatically pick it up.

How can i fix this?

+5
source share
1 answer

same as you. It seems that there are some problems with travis-ci, I'll wait until everything is in order. good luck ~

0
source

Source: https://habr.com/ru/post/1233686/


All Articles