This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2018-04-06 06:29:20 +00:00
|
|
|
#!/bin/bash -e
|
2017-12-15 08:06:52 +00:00
|
|
|
|
2018-04-06 06:29:20 +00:00
|
|
|
docker run -e TRANSIFEX_API_TOKEN="${TRANSIFEX_API_TOKEN}" -v "$(pwd)":/citra alpine /bin/sh -e /citra/.travis/transifex/docker.sh
|