mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-26 11:43:19 +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
|