Update travis.sh

This commit is contained in:
彭宣正
2022-03-22 08:23:54 +00:00
parent 31d1655285
commit e8cf4c7128

View File

@@ -53,7 +53,7 @@ if [ -n "${PACKAGE}" ]; then
make package
fi
if [ -n "${UPLOAD}" ]; then
if [ -n "${UPLOAD_RPM}" ]; then
cp ~/rpm_upload_tools.py ./
python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm
fi
@@ -63,4 +63,4 @@ if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
_symbol_file=`find /usr/lib/debug/ -name "*$SYMBOL_TARGET*.so*.debug"`
cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA}
fi
fi