diff options
author | meimei <meimei@huawei.com> | 2016-11-10 10:36:21 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-11-10 10:36:21 +0800 |
commit | 1c871eca62e82d130da6464779adaf218ec1a751 (patch) | |
tree | a5d9f0feaf9ea0b37d781f333dcd243d37022dbb | |
parent | 483081b7fb0cf5d7dec5ee1d6ff0bddc387a59dc (diff) |
modify the path of build.sh
JIRA: COMPASS-496
Change-Id: If21ac68a117fbfa13eb1888151ac5e479ced22f1
Signed-off-by: meimei <meimei@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |