diff options
Diffstat (limited to 'ci/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 19470d9..7744474 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -57,7 +57,7 @@ make make test if [ -n "${PACKAGE}" ]; then - make package + make package cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi |
