summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2022-03-28 09:16:44 +0000
committer彭宣正 <[email protected]>2022-03-28 09:16:44 +0000
commit74dc79e01d51d874dd4a069307bcbd5ff85e1193 (patch)
tree794323d66c8c075ee11bcef78cb90f21903cd8fa
parentb15c929fa1142622be7f83c46f6307d705f757b2 (diff)
Update travis.sh
-rw-r--r--ci/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index abbc30d..71a3bf1 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -52,7 +52,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