Skip to content

Commit

Permalink
feat:希望流水线变量支持tgit的分支 TencentBlueKing#3660
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed May 9, 2022
1 parent 2152a00 commit cb3350c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ import okhttp3.Request
import okhttp3.RequestBody
import org.slf4j.LoggerFactory
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass
import org.springframework.stereotype.Service
import java.time.ZoneId
import java.time.ZonedDateTime
Expand All @@ -67,7 +66,6 @@ import javax.ws.rs.core.Response

@Service
@Suppress("ALL")
@ConditionalOnMissingClass
class GithubService @Autowired constructor(
private val githubTokenService: GithubTokenService,
private val githubOAuthService: GithubOAuthService,
Expand Down

0 comments on commit cb3350c

Please sign in to comment.