diff options
author | hu xinhui <xinhui_hu@foxmail.com> | 2018-07-24 12:59:31 +0800 |
---|---|---|
committer | hu xinhui <xinhui_hu@foxmail.com> | 2018-07-26 09:20:14 +0800 |
commit | f4ce5961fa7902031f50b717c1cda8784a1f0e5d (patch) | |
tree | cdca0f4ee7eb0f0dd00fbce5ce882fcd985ad53a /build.sh | |
parent | 27b030fb5cf3f779a5d3af2d9081dc22950f5233 (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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |