Remove second rsync to nginx container

It was called without arguments, therefore it could not use custom port.

Change-Id: I0fb3410836bd0ba9d254228ed9c3d0400a62a611
Closes-bug: #1508821
This commit is contained in:
Maciej Kwiek 2015-10-15 15:28:47 +02:00
parent f7eb1e55ff
commit fc3c165f69
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')