diff options
| author | 彭宣正 <[email protected]> | 2022-03-28 09:16:44 +0000 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-03-28 09:16:44 +0000 |
| commit | 74dc79e01d51d874dd4a069307bcbd5ff85e1193 (patch) | |
| tree | 794323d66c8c075ee11bcef78cb90f21903cd8fa | |
| parent | b15c929fa1142622be7f83c46f6307d705f757b2 (diff) | |
Update travis.sh
| -rw-r--r-- | ci/travis.sh | 2 |
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 |
