Skip to content

Commit

Permalink
bug: 流水线页面下载构件失败 TencentBlueKing#8733
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Apr 25, 2023
1 parent 59caaee commit 067c4dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class BkRepoArchiveFileServiceImpl @Autowired constructor(
file = file,
properties = metadata
)
generateFileDownloadUrl(fileChannelType, destPath).plus("?logo=true")
generateFileDownloadUrl(fileChannelType, "${BKREPO_STORE_PROJECT_ID}/${REPO_NAME_STATIC}/$destPath")
} else {
bkRepoClient.uploadLocalFile(userId, repoProjectId, repoName, destPath, file, properties = metadata)
generateFileDownloadUrl(fileChannelType, "$repoProjectId/$repoName/$destPath")
Expand Down

0 comments on commit 067c4dc

Please sign in to comment.