mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 19:02:57 +00:00
4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
docker run -e TRANSIFEX_API_TOKEN="${TRANSIFEX_API_TOKEN}" -v "$(pwd)":/citra alpine /bin/sh -e /citra/.travis/transifex/docker.sh
|