Project url change after repository rename
Hello,
At some point i renamed my repository https://github.com/rokups/Urho3D to https://github.com/rokups/rbfx. I also renamed appveyor project, but it is still available under https://ci.appveyor.com/project/rokups/urho3d/ url. Is it possible to make project use https://ci.appveyor.com/project/rokups/rbfx url?
Thanks!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 15 May, 2019 03:47 PM
Yes, you can use this REST API call.
Here is a sample script.
2 Posted by Rokas Kupstys on 17 May, 2019 04:05 PM
If i try suggested command it errors out about missing project. My project is already named rbfx, only url contains old slug. Screenshot attached.
Support Staff 3 Posted by Owen McDonnell on 17 May, 2019 05:56 PM
So your version of the script i offered contains,
which gives an error?
4 Posted by Rokas Kupstys on 18 May, 2019 08:04 AM
That is right. I copied token from https://ci.appveyor.com/api-keys and output i get is:
Support Staff 5 Posted by Owen McDonnell on 18 May, 2019 05:35 PM
Is it a v1 key (account specific - as in screenshot) or v2 key (all accounts)?
6 Posted by Rokas Kupstys on 19 May, 2019 07:23 AM
I tried both keys which resulted in same error. However i noticed just now that url slug changed and i can now access project through https://ci.appveyor.com/project/rokups/rbfx URL. I assume you fixed it somehow, so thank you very much.
Support Staff 7 Posted by Owen McDonnell on 20 May, 2019 03:47 AM
Nope... i did nothing.
Perhaps you made the request twice but didn't realize it the first time, so the second time it failed since there was no longer a matching slug?
Ilya Finkelshteyn closed this discussion on 20 Jul, 2019 09:01 PM.