Skip to content

Commit

Permalink
Disable Transifex push
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Dec 31, 2019
1 parent 0ea889a commit 49f06f8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .ci/after_success.sh
Expand Up @@ -9,16 +9,6 @@ set +e
if [ -z "${CIRCLE_PULL_REQUEST}" ] && [ "${CIRCLE_BRANCH}" = 'master' ]; then
echo "CIRCLE_NODE_INDEX: ${CIRCLE_NODE_INDEX}"
if [ "$CIRCLE_NODE_INDEX" = 1 ]; then
echo -e "\\n${ANSI_GREEN}Pushing translation to Transifex."

cat >~/.transifexrc <<EOF
[https://www.transifex.com]
hostname = https://www.transifex.com
password = ${TRANSIFEX_TOKEN}
username = api
EOF
make pot

echo -e "\\n${ANSI_GREEN}Checking out koreader/doc for update."
git clone git@github.com:koreader/doc.git koreader_doc

Expand Down

0 comments on commit 49f06f8

Please sign in to comment.