krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

503 error when build starts #142

Closed wlandau closed 5 years ago

wlandau commented 5 years ago

Example here.

javierluraschi commented 5 years ago

Hitting this one as well

msberends commented 5 years ago

It’s because now GitHub forces the right domain:

https://raw.githubusercontent.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1

You have in your appveyor.yml:

https://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1

~This also needs to be changed in the sample file in this project, @krlmlr~ UPDATE 1st March: GitHub redirects raw.github.com again to raw.githubusercontent.com, so the old url works again.

krlmlr commented 5 years ago

Closed in #140.