diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-17 02:57:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 02:57:07 -0400 |
| commit | c75a4bdeaa893974932221ad6ace69aa67e4d9fa (patch) | |
| tree | ce8ac1704f0406dd9e47e41de96226be629f51ae /.ci/scripts | |
| parent | 2f37c7948f2061e5bdef5b9b21b7e88295eff3a7 (diff) | |
| parent | c70e1d0247508d933fb0a66ab44711af96da766b (diff) | |
Merge pull request #9085 from Docteh/TX_TOKEN
Set TX_TOKEN for transifex client
Diffstat (limited to '.ci/scripts')
| -rwxr-xr-x | .ci/scripts/transifex/docker.sh | 8 |
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 @@ # SPDX-FileCopyrightText: 2021 yuzu Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later -# Setup RC file for tx -cat << EOF > ~/.transifexrc -[https://www.transifex.com] -rest_hostname = https://rest.api.transifex.com -token = $TRANSIFEX_API_TOKEN -EOF - - set -x echo -e "\e[1m\e[33mBuild tools information:\e[0m" |
