Skip to content

Commit

Permalink
Add wait for BuildConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Sep 24, 2020
1 parent ea84875 commit 3717a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/burner/burner.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ func setupCreateJob(jobConfig config.Job) Executor {
obj.waitFunc = waitForPod
case "Build":
obj.waitFunc = waitForBuild
case "BuildConfig":
obj.waitFunc = waitForBuild
}
if obj.waitFunc != nil {
log.Debugf("Added wait function for %s", kind)
Expand Down

0 comments on commit 3717a22

Please sign in to comment.