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 49bd98a commit 291f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ func main() {
err = buildInADO(o)
if err != nil {
fmt.Printf("Image build failed with error: %s\n", err)
fmt.Printf(o.gitState.JobType)
fmt.Printf("Git State: %v\n", o.gitState.JobType)
os.Exit(1)
}
os.Exit(0)
Expand Down

0 comments on commit 291f9b9

Please sign in to comment.