Skip to content

Commit

Permalink
feat:流水线插件/容器镜像标识和名称规范 TencentBlueKing#3561
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Sep 23, 2021
1 parent 8446ec4 commit 710b875
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ package com.tencent.devops.store.api.template

import com.tencent.devops.common.api.auth.AUTH_HEADER_USER_ID
import com.tencent.devops.common.api.pojo.Result
import com.tencent.devops.common.web.annotation.BkField
import com.tencent.devops.common.web.constant.BkStyleEnum
import com.tencent.devops.store.pojo.common.StoreProcessInfo
import com.tencent.devops.store.pojo.template.MarketTemplateRelRequest
import com.tencent.devops.store.pojo.template.MarketTemplateUpdateRequest
Expand Down Expand Up @@ -62,7 +60,6 @@ interface UserTemplateReleaseResource {
@HeaderParam(AUTH_HEADER_USER_ID)
userId: String,
@ApiParam("模板代码", required = true)
@BkField(patternStyle = BkStyleEnum.CODE_STYLE)
@PathParam("templateCode")
templateCode: String,
@ApiParam("关联模板请求报文体", required = true)
Expand Down

0 comments on commit 710b875

Please sign in to comment.