Skip to content

Commit

Permalink
Revert "Try to compile a develop branch for testing big changes"
Browse files Browse the repository at this point in the history
This reverts commit 1091b9b.
  • Loading branch information
brockfanning committed Jun 20, 2019
1 parent 0401a8b commit 55975df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ def main():
# Switch to the tag and build another version.
repo.git.checkout(tag)
build_translations('translations-' + str(tag) + '.json')
# Also compile a "develop" branch to allow testing of big changes.
repo.git.checkout('develop')
build_translations('translations-develop.json')
# Go back to the current branch.
if branch:
repo.git.checkout(branch)
Expand Down

0 comments on commit 55975df

Please sign in to comment.