Skip to content

Commit

Permalink
Merge pull request #7809 from randychen2046/issue_7806_release1.9
Browse files Browse the repository at this point in the history
[Stream]修改默认构建镜像版本 #7806
  • Loading branch information
irwinsun authored Oct 18, 2022
2 parents 6be32b2 + 3a8a687 commit 2e792ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class StreamHistoryService @Autowired constructor(
)
}

@Suppress("LongMethod")
fun getAllBuildBranchList(
userId: String,
gitProjectId: Long,
Expand Down
2 changes: 1 addition & 1 deletion support-files/templates/#etc#ci#application-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cron:

# stream 运行时的默认镜像
container:
defaultImage: bkci/ci:latest
defaultImage: bkci/ci:ubuntu

github:
redirectUrl: __BK_CI_STREAM_URL__/auth/api/external/third/login?code=%s&userId=%s&type=%s
Expand Down

0 comments on commit 2e792ee

Please sign in to comment.