You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When brick.yml dependencies jsonpath is wrong it quit directly. But it should skip next brick to execute and display the sumup with the error and all brick skipped and all previously executed brick.
$ exeiac lay infra/bastion
-- infra/bastion/instance ------------------------------------------------------
2024/05/17 11:05:48 Error happened when solving dependency JSON path of brick infra/bastion/instance (jsonPath: '$.network_id'): unknown key network_id
$ grep -rn 'Error happened when solving dependency JSON path of brick'
src/infra/brick.go:209: log.Fatalf("Error happened when solving dependency JSON path of brick %v (jsonPath: '%v'): %v"
The text was updated successfully, but these errors were encountered:
When brick.yml dependencies jsonpath is wrong it quit directly. But it should skip next brick to execute and display the sumup with the error and all brick skipped and all previously executed brick.
The text was updated successfully, but these errors were encountered: