summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorHU Xinhui <xinhui_hu@foxmail.com>2018-07-30 05:37:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-30 05:37:40 +0000
commita3bab642b1b3227a307325e116eaa38a569432aa (patch)
treeb64b006096fe8f03012799816243741ba4d57375 /build.sh
parent2d3669c5f9f0c2149f783ae60cda74b65b0eb1be (diff)
parentf4ce5961fa7902031f50b717c1cda8784a1f0e5d (diff)
Merge "change harbor offline tar to artifacts.opnfv.org"
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