mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
ci: properly add c.buildCandidatesNoTest to switch statement for building images (#21960)
This commit is contained in:
parent
8d9622bcbc
commit
db2f3e8a3a
@ -369,7 +369,7 @@ func addDockerImages(c Config, final bool) func(*bk.Pipeline) {
|
||||
}
|
||||
|
||||
// build candidate images but do not deploy `insiders` images
|
||||
case c.taggedRelease || c.isBackendDryRun || c.shouldRunE2EandQA():
|
||||
case c.taggedRelease || c.isBackendDryRun || c.shouldRunE2EandQA() || c.buildCandidatesNoTest:
|
||||
for _, dockerImage := range images.SourcegraphDockerImages {
|
||||
addDockerImage(c, dockerImage, false)(pipeline)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user