Skip to content

Commit 5d99d38

Browse files
authored
Merge pull request #149 from Clever/INFRANG-6736
2 parents 7652719 + f15180d commit 5d99d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/catapult/catapult.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (c *Catapult) Publish(ctx context.Context, artifacts []*Artifact) error {
6565
App: art.ID,
6666
})
6767
if err != nil {
68-
return fmt.Errorf("failed to sync catalog app %s with catalogue config: %v", art.ID, err)
68+
fmt.Println("failed to sync catalog app", art.ID, "with catalogue config:", err)
6969
}
7070
return nil
7171
})

0 commit comments

Comments
 (0)