Skip to content

Commit

Permalink
deploy.py: checkout new localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Apr 6, 2016
1 parent f850709 commit 279a972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def update_code(ctx, tag):
@task
def update_locales(ctx):
with ctx.lcd(os.path.join(settings.SRC_DIR, 'locale')):
ctx.local('git fetch')
ctx.local('git checkout -f master')
ctx.local('git pull origin master')

# Run the script that lints the .po files and compiles to .mo the
# the ones that don't have egregious errors in them. This prints
Expand Down

0 comments on commit 279a972

Please sign in to comment.