Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIPE2D-293: build_pfs: add curl arguments to prevent GitHub API failures #11

Merged
merged 1 commit into from Oct 3, 2018

Conversation

PaulPrice
Copy link
Member

Getting 422 or 403 errors from the GitHub API. Not entirely
sure why, but adding -k/--insecure to ensure https isn't
hurting us, and adding -L/--location where it was missing
to ensure redirects don't either.

Getting 422 or 403 errors from the GitHub API. Not entirely
sure why, but adding -k/--insecure to ensure https isn't
hurting us, and adding -L/--location where it was missing
to ensure redirects don't either.
@PaulPrice PaulPrice merged commit 114e210 into master Oct 3, 2018
@himorin
Copy link

himorin commented Oct 3, 2018

I shall miss many, but at least 'application/vnd.github.VERSION.sha' shall be like 'application/vnd.github.v3.sha', but not using "VERSION" as string...

@PaulPrice
Copy link
Member Author

Ah, silly me! The docs are a little misleading. On closer inspection, I see I don't even need to specify a version at all. I'll fix this up on my next ticket. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants