Skip to content

Commit

Permalink
[Debug Print]
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto committed Jan 7, 2025
1 parent 291f9b9 commit 3fcdf29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/image-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,9 @@ func main() {
os.Exit(0)
}
if o.buildInADO {
fmt.Printf("Git State: %v\n", o.gitState.JobType)
err = buildInADO(o)
fmt.Printf("Git State: %v\n", o.gitState.JobType)
if err != nil {
fmt.Printf("Image build failed with error: %s\n", err)
fmt.Printf("Git State: %v\n", o.gitState.JobType)
Expand Down

0 comments on commit 3fcdf29

Please sign in to comment.