-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deployment by downloading lang_docs with curl instead of 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.
- Loading branch information
1 parent
6df242e
commit 7302fa6
Showing
2 changed files
with
10 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters