Merge pull request #2085 from charltonaustin/move_ephemeral_binary
Moving the binary location.
This commit is contained in:
commit
83e8d62bea
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,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