Skip to content

Commit

Permalink
chore(ci): disable silently the build of axone-cognitarium
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Aug 7, 2024
1 parent 403e79f commit 468e1a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions magefiles/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ func (Build) Ts(schema string) error {

// Go build go schema for the given contract schema.
func (Build) Go(schema string) error {
if schema == "axone-cognitarium" {
fmt.Println("🚪 Skipping axone-cognitarium schema since codegen generation is failing")
return nil
}

fmt.Printf("⚙️ Generate go types for %s\n", schema)

ensureGoCodegen()
Expand Down

0 comments on commit 468e1a8

Please sign in to comment.