Merge "Remove second rsync to nginx container"

This commit is contained in:
Jenkins 2015-10-22 08:57:38 +00:00 committed by Gerrit Code Review
commit 91309d4d43
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ class Rsync(DockerNginxMixin, docker.RsyncCommand):
self.rsync(source, target, *args)
self.rsync(source, target)
def build_gulp_static(self, source_dir):
cwd = os.path.join(source_dir, 'nailgun')