feature:TSG-13281:新增生成traffic-engine安装包

This commit is contained in:
fumingwei
2023-05-16 18:48:37 +08:00
parent 47c8f458d5
commit f5fa87eedd
3 changed files with 12 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ if [ -n "${UPLOAD_TO_FILE_REPO}" ]; then
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.img
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.gns3a
elif [ "${PROFILE_LIST}" == "TSGXBUILDCONTAINERP0906" ]; then
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.tar.bz2
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.tar.gz
else
python3 ~/file_upload_tools_to_share_repo.py ${FILE_REPO_PATH} ./images/*.bin
fi