sijie opened a new pull request #2291: Fix website docker build
URL: https://github.com/apache/incubator-pulsar/pull/2291
 
 
    ### 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.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to