Moving the binary location.
This commit is contained in:
parent
909be766c9
commit
7a2dca9c53
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class PopenExecutor(BuilderExecutor):
|
||||||
}
|
}
|
||||||
|
|
||||||
logpipe = LogPipe(logging.INFO)
|
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,
|
stdout=logpipe,
|
||||||
stderr=logpipe,
|
stderr=logpipe,
|
||||||
env=builder_env)
|
env=builder_env)
|
||||||
|
|
Reference in a new issue