mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Disable Transifex push
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user