diff options
| author | luqiuwen <[email protected]> | 2019-08-30 20:00:57 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2019-08-30 20:00:57 +0800 |
| commit | 170437b54a641eeeed5ad02de7c5f8d485b4dc99 (patch) | |
| tree | d913930d4027fce5278e0200e43ee25c3cfc0dad /ci | |
| parent | 5ffcd0df0c5daca572eccda56cabb4f38ce5b0ca (diff) | |
修正上传RPM包到YUM服务器的指令-2
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 06248f5..28c1035 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} -d build + pulp-admin rpm repo uploads rpm --repo-id ${UPLOAD_TO_REPO_ID} -d ./ pulp-admin rpm repo publish run --repo-id ${UPLOAD_TO_REPO_ID} fi |
