From: meimei Date: Thu, 10 Nov 2016 02:36:21 +0000 (+0800) Subject: modify the path of build.sh X-Git-Tag: danube.1.0~671 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1c871eca62e82d130da6464779adaf218ec1a751;p=releng.git modify the path of build.sh JIRA: COMPASS-496 Change-Id: If21ac68a117fbfa13eb1888151ac5e479ced22f1 Signed-off-by: meimei --- diff --git a/jjb/compass4nfv/compass-build.sh b/jjb/compass4nfv/compass-build.sh index 093debba7..f7eb580a9 100644 --- a/jjb/compass4nfv/compass-build.sh +++ b/jjb/compass4nfv/compass-build.sh @@ -24,7 +24,7 @@ then fi cd $WORKSPACE/ -./build.sh --iso-dir $BUILD_DIRECTORY/ --iso-name compass.iso -c $CACHE_DIRECTORY +./build/build.sh --iso-dir $BUILD_DIRECTORY/ --iso-name compass.iso -c $CACHE_DIRECTORY # list the build artifacts ls -al $BUILD_DIRECTORY