Commit 6fc12217 by tingweiwang

Update start.sh

1 parent 92923c24
Showing with 3 additions and 3 deletions
......@@ -124,8 +124,8 @@ else
echo "跳过收集private debs"
fi
echo "打包收集到的数据目录并移动到本机archive目录"
cd $base_package_workspace && tar -cvzf $archive_package_workspace/deploy-$kp_version-$date.tar.gz ./*
cd $base_package_workspace && tar -cvzf $archive_package_workspace/deploy-$kpl_version-$date.tar.gz ./*
echo "将archive的压缩包上传到oss中"
scp $archive_package_workspace/deploy-$kp_version-$date.tar.gz $oss_path/$oss_project_name/deploy-$kp_version-$date.tar.gz
echo "你的oss下载地址为https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/$project_name/deploy-$kp_version-$date.tar.gz"
scp $archive_package_workspace/deploy-$kp_version-$date.tar.gz $oss_path/$oss_project_name/deploy-$kpl_version-$date.tar.gz
echo 你的oss下载地址为https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/$project_name/deploy-$kpl_version-$date.tar.gz
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!