Fix spelling in comments, strings and documentation
Signed-off-by: Otto Kekäläinen <otto@seravo.fi> Upstream-commit: 644a7426cc31c338fedb6574d2b88d1cc2f43a08 Component: engine
This commit is contained in:
@ -421,7 +421,7 @@ func (b *Builder) processImageFrom(img builder.Image) error {
|
||||
fmt.Fprintf(b.Stderr, "# Executing %d build %s...\n", nTriggers, word)
|
||||
}
|
||||
|
||||
// Copy the ONBUILD triggers, and remove them from the config, since the config will be committed.
|
||||
// Copy the ONBUILD triggers, and remove them from the config, since the config will be comitted.
|
||||
onBuildTriggers := b.runConfig.OnBuild
|
||||
b.runConfig.OnBuild = []string{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user