Skip to content

Commit

Permalink
دستاویزات
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 4, 2019
1 parent ec87896 commit 9012b11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:
global:
- TX_BRANCH="ترقی"
- TX_TAG="txpull"
- TX_COMMIT_TRANSLATIONS=true
install:
- pip install --upgrade pip setuptools wheel
- pip install transifex-client sphinx sphinx-intl
Expand Down
2 changes: 1 addition & 1 deletion دستاویزات/.tx/tx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tx_pull() {
tx_init
tx pull --all --force
FRESH_TRANSLATIONS=$(git diff-index --name-only HEAD --)
if [ $TX_COMMIT_TRANSLATIONS = true ] && [ -n $FRESH_TRANSLATIONS ]
if [ -n $FRESH_TRANSLATIONS ]
then
echo "pushing"
git_setup
Expand Down

0 comments on commit 9012b11

Please sign in to comment.