Skip to content

Commit aaffa2a

Browse files
committed
[image-builder] fixes build report
1 parent 9433b0e commit aaffa2a

File tree

1 file changed

+1
-1
lines changed
  • components/image-builder-bob/cmd

1 file changed

+1
-1
lines changed

components/image-builder-bob/cmd/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var buildCmd = &cobra.Command{
4848
time.Sleep(10 * time.Second)
4949
}
5050

51-
return
51+
os.Exit(1)
5252
}
5353
},
5454
}

0 commit comments

Comments
 (0)