TSG-8097 TFE的CI构建流程适配加壳功能

This commit is contained in:
luwenpeng
2021-10-20 10:44:23 +03:00
parent 665c47295a
commit d9dc91bc98
2 changed files with 37 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ make
make test
if [ -n "${PACKAGE}" ]; then
make package
make package
cp ~/rpm_upload_tools.py ./
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
fi