mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Fix case
This commit is contained in:
@@ -379,7 +379,7 @@ func (i *integrationTest) exerciseIncrementalBuild(tag, imageName string, remove
|
||||
t.Fatalf("Unexpected error occurred during build: %v", err)
|
||||
}
|
||||
if !resp.Success {
|
||||
t.Fatalf("S2I Build failed.")
|
||||
t.Fatalf("S2I build failed.")
|
||||
}
|
||||
|
||||
previousImageID := resp.ImageID
|
||||
|
||||
Reference in New Issue
Block a user