Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit b02432a

Browse files
committed
repo analysis: add docker hub link to start container group
1 parent 91c73b8 commit b02432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/worker/analyze/processors/repo_processor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (r Repo) processPanicSafe(ctx *RepoContext, res *analysisResult) (err error
112112
})
113113

114114
runErr := res.buildLog.RunNewGroup("setup build environment", func(sg *result.StepGroup) error {
115-
sg.AddStep("start container")
115+
sg.AddStep("start container golangci/build-runner (https://hub.docker.com/r/golangci/build-runner)")
116116
defer res.addTimingFrom("Start Container", time.Now())
117117

118118
requirements := resources.BuildExecutorRequirementsForRepo(r.Ec, ctx.Repo)

0 commit comments

Comments
 (0)