From 2f3fe27e536584d85073a331f86aec09cf29bf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=98=8E=E5=8D=AB?= Date: Mon, 18 May 2020 17:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ci/cd=E4=B8=8A=E4=BC=A0yum?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/travis.sh b/ci/travis.sh index 2008d43..288ea23 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -46,10 +46,14 @@ make if [ -n "${PACKAGE}" ]; then make package +fi + +if [ -n "${UPLOAD}" ]; then cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi + #if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then #rpm -i kni*debuginfo*.rpm #cp /usr/lib/debug/opt/tsg/kni/bin/kni.debug /tmp/kni.debuginfo.${CI_COMMIT_SHORT_SHA}