Skip to content

Commit

Permalink
feat:希望支持分支进行上架测试 #4780
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Nov 6, 2023
1 parent 2b595ff commit 6f2d796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import com.tencent.devops.common.api.constant.TEST
import com.tencent.devops.common.api.constant.UNDO
import com.tencent.devops.common.api.pojo.Result
import com.tencent.devops.common.web.utils.I18nUtil
import com.tencent.devops.model.store.tables.records.TAtomRecord
import com.tencent.devops.store.constant.StoreMessageCode
import com.tencent.devops.store.constant.StoreMessageCode.NO_COMPONENT_ADMIN_AND_CREATETOR_PERMISSION
import com.tencent.devops.store.pojo.atom.AtomReleaseRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ abstract class AtomReleaseServiceImpl @Autowired constructor() : AtomReleaseServ
propertiesKeyPrefix = KEY_RELEASE_INFO,
dbKeyPrefix = StoreUtils.getStoreFieldKeyPrefix(StoreTypeEnum.ATOM, atomCode, version),
repositoryHashId = atomRecord.repositoryHashId,
branch = branch,
branch = branch
),
version = version
).toMutableMap()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ abstract class StoreI18nMessageServiceImpl : StoreI18nMessageService {
i18nDir = i18nDir,
repositoryHashId = repositoryHashId,
dbKeyPrefix = keyPrefix,
branch = branch,
branch = branch
)
)
}
Expand Down

0 comments on commit 6f2d796

Please sign in to comment.