Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4344 from jwhitlock/locale-scl3-1385405
Browse files Browse the repository at this point in the history
bug 1385405: Remove transitional deploy step
  • Loading branch information
jwhitlock committed Aug 2, 2017
2 parents 7fbc307 + 86583c5 commit a7eb274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/chief_deploy.py
Expand Up @@ -36,7 +36,6 @@
def update_code(ctx, tag):
with ctx.lcd(settings.SRC_DIR):
ctx.local("git fetch")
ctx.local("find locale -name '*.mo' -delete") # bug 1385405
ctx.local("git checkout -f %s" % tag)
ctx.local("git submodule sync")
ctx.local("git submodule update --init --recursive")
Expand Down

0 comments on commit a7eb274

Please sign in to comment.