diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-17 07:13:19 +0200 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-17 08:37:25 +0200 |
commit | c70e1d0247508d933fb0a66ab44711af96da766b (patch) | |
tree | 184e63f3d5e5180b98d82702703978480a9e9a6d /.ci/scripts | |
parent | Merge pull request #9058 from Docteh/new_transifex_cli (diff) | |
download | yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.gz yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.bz2 yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.lz yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.xz yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.tar.zst yuzu-c70e1d0247508d933fb0a66ab44711af96da766b.zip |
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" |