From 5bed1d63b5bf6bccf337160e070f110672470462 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 5 Apr 2016 13:08:37 -0700 Subject: [PATCH] Use latest version of onlbuilder for the autobuild. --- tools/autobuild/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobuild/build.sh b/tools/autobuild/build.sh index 627a6273..80b88dc0 100755 --- a/tools/autobuild/build.sh +++ b/tools/autobuild/build.sh @@ -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 $?