summaryrefslogtreecommitdiff
path: root/.ci/scripts/transifex/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.ci/scripts/transifex/docker.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.ci/scripts/transifex/docker.sh b/.ci/scripts/transifex/docker.sh
index af7529944..6ddbfd0dd 100755
--- a/.ci/scripts/transifex/docker.sh
+++ b/.ci/scripts/transifex/docker.sh
@@ -3,14 +3,6 @@
3# SPDX-FileCopyrightText: 2021 yuzu Emulator Project 3# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
4# SPDX-License-Identifier: GPL-2.0-or-later 4# SPDX-License-Identifier: GPL-2.0-or-later
5 5
6# Setup RC file for tx
7cat << EOF > ~/.transifexrc
8[https://www.transifex.com]
9rest_hostname = https://rest.api.transifex.com
10token = $TRANSIFEX_API_TOKEN
11EOF
12
13
14set -x 6set -x
15 7
16echo -e "\e[1m\e[33mBuild tools information:\e[0m" 8echo -e "\e[1m\e[33mBuild tools information:\e[0m"