From 7ccdf9f622445bce7902f7b8122c1755b7dd6128 Mon Sep 17 00:00:00 2001 From: linxin Date: Fri, 28 Apr 2023 10:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8tree=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=95=B4=E4=BD=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/travis.sh b/ci/travis.sh index 92a34de..ff4f3b6 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -45,9 +45,7 @@ tar -czvf ./rpmbuild/SOURCES/coredump-tools-${VERSION_ID}.tar.gz ../coredump-too cp ./script/coredump.spec ./rpmbuild/SPECS rpmbuild --define "_topdir `pwd`/rpmbuild" --define "_version ${VERSION_ID}" --define "_release release" -ba ./rpmbuild/SPECS/coredump.spec dnf install -y tree -cd .. -cd .. -tree +tree ../.. # if [ -n "${UPLOAD}" ]; then # cp ~/rpm_upload_tools.py ./