Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[website] Fix website docker build (apache#2291)
* [website] Fix website integration with crowdin ### Motivation Crowdin integration requires API key. The API key is set at CI, however it is not propagated into the docker image that we are using for building the website. So Crowdin was not able to download translations. ```shell $ crowdin --config ../crowdin.yaml upload sources --auto-update -b master Project identifier is empty Project key is empty Done in 0.46s. yarn run v1.7.0 warning package.json: No license field $ crowdin --config ../crowdin.yaml download -b master Project identifier is empty Project key is empty Done in 0.47s. yarn run v1.7.0 ``` ### Changes Pass Crowdin related environment settings from host to docker. * add back missing comment
- Loading branch information