aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorhu xinhui <xinhui_hu@foxmail.com>2018-07-24 12:59:31 +0800
committerhu xinhui <xinhui_hu@foxmail.com>2018-07-26 09:20:14 +0800
commitf4ce5961fa7902031f50b717c1cda8784a1f0e5d (patch)
treecdca0f4ee7eb0f0dd00fbce5ce882fcd985ad53a /build.sh
parent27b030fb5cf3f779a5d3af2d9081dc22950f5233 (diff)
change harbor offline tar to artifacts.opnfv.org
Change-Id: I17e2a5f4c83ccabc4eb15cd3ee8c6fddc599c87f Signenoff-by: hu xinhui <xinhui_hu@foxmail.com> Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 462f76a6..a6276621 100755
--- a/build.sh
+++ b/build.sh
@@ -101,7 +101,7 @@ function build_tar()
cd $CACHE_DIR
sudo rm -rf compass_dists
mkdir -p compass_dists
- sudo cp -f *.tar *.iso compass_dists
+ sudo cp -f *.tar *.iso *.tgz compass_dists
sudo cp $COMPASS_PATH/build/build*.yaml compass_dists
sudo cp -rf $COMPASS_PATH/util/docker-compose ./
sudo tar -zcf compass.tar.gz docker-compose compass_dists