diff options
author | meimei <meimei@huawei.com> | 2016-11-10 17:22:29 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-11-10 17:22:29 +0800 |
commit | 1d5d5f732067a101a3933bfc4b9db7bd163a8a78 (patch) | |
tree | 3da8d8d6ac0389f01126455572cfcdb0419a34f0 /jjb | |
parent | 9f061b081273594f61bfaffaecc60a5ade553e87 (diff) |
move build.sh to root directory
Change-Id: I55a7be96930039febb3c3fe35fa02fc307ccdf43
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb')
-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 f7eb580a9..093debba7 100644 --- a/jjb/compass4nfv/compass-build.sh +++ b/jjb/compass4nfv/compass-build.sh @@ -24,7 +24,7 @@ then fi cd $WORKSPACE/ -./build/build.sh --iso-dir $BUILD_DIRECTORY/ --iso-name compass.iso -c $CACHE_DIRECTORY +./build.sh --iso-dir $BUILD_DIRECTORY/ --iso-name compass.iso -c $CACHE_DIRECTORY # list the build artifacts ls -al $BUILD_DIRECTORY |