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

Fix deployment by downloading lang_docs with curl instead of typescript #100

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

marcelkost
Copy link
Contributor

The download of the lang_docs zip packages with typescript suddenly started failing and we couldn't figure out why. The download itself succeeded, while the downloaded files were empty.

To work around the issue, the downloading script now uses curl to do the actual download. Typescript is still used to generate the curl command line, as the information for the download is only available in typescript.

The download of the lang_docs zip packages with typescript suddenly
started failing and we couldn't figure out why. The download itself
succeeded, while the downloaded files were empty.

To work around the issue, the downloading script now uses curl to do
the actual download. Typescript is still used to generate the curl
command line, as the information for the download is only available in
typescript.
@marcelkost marcelkost self-assigned this Jun 6, 2024
@marcelkost marcelkost merged commit 336d528 into main Jun 6, 2024
3 checks passed
@marcelkost marcelkost deleted the mkost-fix-deployment branch June 6, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant