From 170437b54a641eeeed5ad02de7c5f8d485b4dc99 Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Fri, 30 Aug 2019 20:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=8A=E4=BC=A0RPM?= =?UTF-8?q?=E5=8C=85=E5=88=B0YUM=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=9A=84?= =?UTF-8?q?=E6=8C=87=E4=BB=A4-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis.sh b/ci/travis.sh index 06248f5..28c1035 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -46,6 +46,6 @@ make if [ -n "${PACKAGE}" ]; then make package - pulp-admin rpm repo uploads rpm --repo-id ${UPLOAD_TO_REPO_ID} -d build + pulp-admin rpm repo uploads rpm --repo-id ${UPLOAD_TO_REPO_ID} -d ./ pulp-admin rpm repo publish run --repo-id ${UPLOAD_TO_REPO_ID} fi