Skip to content

Commit 740ec67

Browse files
authored
fix: path of centos backup (#311)
1 parent 027edcf commit 740ec67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/publish-rpm.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,12 @@ repo_package_sync)
165165
repo_repodata_rebuild)
166166
func_repo_repodata_rebuild /tmp/redhat
167167
func_repo_repodata_sign /tmp/redhat
168+
func_repo_repodata_rebuild /tmp/centos
169+
func_repo_repodata_sign /tmp/centos
168170
;;
169171
repo_upload)
170172
func_repo_upload /tmp/redhat "${VAR_COS_BUCKET_CI}" "redhat"
171-
func_repo_upload /tmp/redhat "${VAR_COS_BUCKET_CI}" "centos"
173+
func_repo_upload /tmp/centos "${VAR_COS_BUCKET_CI}" "centos"
172174
;;
173175
repo_publish)
174176
func_repo_publish "${VAR_COS_BUCKET_CI}" "${VAR_COS_BUCKET_REPO}" "redhat"

0 commit comments

Comments
 (0)