Merge pull request #2085 from charltonaustin/move_ephemeral_binary

Moving the binary location.
This commit is contained in:
Charlton Austin 2016-11-08 11:42:31 -05:00 committed by GitHub
commit 83e8d62bea

View file

@ -278,7 +278,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)