Moving the binary location.

This commit is contained in:
Charlton Austin 2016-11-04 15:53:43 -04:00
parent 909be766c9
commit 7a2dca9c53

View file

@ -271,7 +271,7 @@ class PopenExecutor(BuilderExecutor):
}
logpipe = LogPipe(logging.INFO)
spawned = subprocess.Popen(os.environ.get("BUILDER_BINARY_LOCATION",'/usr/local/quay-builer'),
spawned = subprocess.Popen(os.environ.get("BUILDER_BINARY_LOCATION", '/usr/local/bin/quay-builder'),
stdout=logpipe,
stderr=logpipe,
env=builder_env)