Use latest version of onlbuilder for the autobuild.

This commit is contained in:
Jeffrey Townsend
2016-04-05 13:08:37 -07:00
parent 55ce0d1e76
commit 5bed1d63b5

View File

@@ -56,7 +56,7 @@ fi
#
if [ -z "$DOCKER_IMAGE" ]; then
# Execute ourselves under the builder
ONLB=/usr/local/bin/onlbuilder
ONLB=$ONL/docker/tools/onlbuilder
if [ -x $ONLB ]; then
$ONLB $ONLB_OPTIONS --volumes $ONL --non-interactive -c $AUTOBUILD_SCRIPT $@
exit $?