diff options
| author | luqiuwen <[email protected]> | 2019-08-30 19:52:14 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2019-08-30 19:52:14 +0800 |
| commit | 5ffcd0df0c5daca572eccda56cabb4f38ce5b0ca (patch) | |
| tree | 4733b60697fd62fba29b5dc288afa29e9c4a889f /ci | |
| parent | 397ea99b67683d5dc3cf8277600927fa84713453 (diff) | |
修正上传RPM包到YUM服务器的指令
Diffstat (limited to 'ci')
| -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 dea6837..06248f5 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} -f build/*.rpm + pulp-admin rpm repo uploads rpm --repo-id ${UPLOAD_TO_REPO_ID} -d build pulp-admin rpm repo publish run --repo-id ${UPLOAD_TO_REPO_ID} fi |
