Skip to content

Commit

Permalink
Don't include zulip-dropbox.png in open source project.
Browse files Browse the repository at this point in the history
(imported from commit 3b0068521818534ce34f039a3e16c418c448ed9c)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent be844b6 commit d7618ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/update-deployment
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ subprocess.check_call(["git", "clone", "-q", "-b", refname,
"[email protected]:eng/zulip.git",
deploy_path], stdout=open('/dev/null', 'w'))
os.chdir(deploy_path)
# Hack to deploy images not included in open source project
subprocess.check_call(["cp", "-a", "/etc/zulip/zulip-dropbox.png",
os.path.join(deploy_path, "static/images/logo")])

# Update static files
logging.info("Updating static files")
Expand Down

0 comments on commit d7618ff

Please sign in to comment.