diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-16 17:13:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-16 17:13:37 +0000 |
commit | 24e05320bd6be675c0043f659d988c751f34f302 (patch) | |
tree | a14c9c083498095f1261bfad0db5b726315cf2d1 /ci/build.sh | |
parent | b27ac55a3a9c60924f49aee4e3171d529e18ef33 (diff) | |
parent | b85921456409bab0f4fa2d4ba5ac74eb3cd2721a (diff) |
Merge "updates to the instack VM"
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh index 9159f23e..91d78ac9 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -389,8 +389,11 @@ fi echo "Copying built OPNFV .iso file to target directory ${BUILD_DIR} ..." rm -rf ${BUILD_DIR} mkdir -p ${BUILD_DIR} -cp ${BUILD_BASE}/.versions ${BUILD_DIR} -cp ${RESULT_DIR}/*.iso* ${BUILD_DIR} +ls -s ${BUILD_BASE}/.versions ${BUILD_DIR} +ls -s ${RESULT_DIR}/*.iso* ${BUILD_DIR} +echo "Copying built OPNFV .rpm files to target directory ${BUILD_DIR} ..." +ls -s ${BUILD_BASE}/*.rpm ${BUILD_DIR} +ls -s ${BUILD_BASE}/noarch/*.rpm ${BUILD_DIR} if [ $POPULATE_CACHE -eq 1 ]; then if [ ! -z ${BUILD_CACHE_URI} ]; then |