diff options
| author | 付明卫 <[email protected]> | 2020-05-18 16:53:04 +0800 |
|---|---|---|
| committer | 付明卫 <[email protected]> | 2020-05-18 16:53:04 +0800 |
| commit | 05b4f777ba7eb854f7c1768a50f96836547abfb4 (patch) | |
| tree | 8353db0fadd7659e6ae023df516e138369e4b5f1 /ci | |
| parent | 7886a74ea267f163a496ba3dde06f6c1d58b44ea (diff) | |
将生成的rpm推到yum源
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index a0cba0c..2008d43 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -46,8 +46,8 @@ make if [ -n "${PACKAGE}" ]; then make package - #cp ~/rpm_upload_tools.py ./ - #python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm + cp ~/rpm_upload_tools.py ./ + python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi #if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then |
