Revert some fabric changes to the build worker.
This commit is contained in:
parent
847e91b696
commit
32ccc599fb
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ import digitalocean
|
|||
|
||||
from apscheduler.scheduler import Scheduler
|
||||
from multiprocessing.pool import ThreadPool
|
||||
from fabric.api import env
|
||||
|
||||
from data.queue import dockerfile_build_queue
|
||||
from data import model
|
||||
|
@ -61,7 +60,6 @@ def babysit_builder(request):
|
|||
repository_build.phase = 'initializing'
|
||||
repository_build.save()
|
||||
|
||||
env.host_string = 'root@%s' % droplet.ip_address
|
||||
|
||||
# tell it to pull and run the buildserver
|
||||
|
||||
|
|
Reference in a new issue