Closed
Description
- Gitea version (or commit ref): c14870c
- Git version: 1.9.1
- Operating system: ubuntu 12.04 lts (runnign as a vm on vagrant. Host OS is win 7 x64).
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- [x ] Not relevant
- Log gist: STDOUT and STDERR of
drone exec
https://pastebin.com/DFhL8L43
Description
WHen executing 'drone exec' in the gitea directory, the tests fail. I get a long log (link above), but those two lines seem to be the most important:
[download_translations:L0:0s] 2018/05/16 11:50:57 error while building languages: Error from crowdin: Requested project does not exist or API key is not valid (error code 1)
It seems that to execute tests, I need an api key for crowdin? Is that true, and, if so, how to optain it?