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
Container called exit(255).
/go-src/slack/main.go:33 +0x7b
...
line 10: field template not found in type notifiers.Notification
...
main.go: fatal error: failed to get config from GCS: failed to parse configuration from YAML at "xxx/slack/cloud-build/conf.yaml": yaml: unmarshal errors:
My config file seems reachable. When I specify a not existing config path, it throws a different error.
When I update the conf.yaml to add params and filter, I get a new error ...
line 13: field template not found in type notifiers.Notification
line 8: field params not found in type notifiers.Notification
...
main.go: fatal error: failed to get config from GCS: failed to parse configuration from YAML at "xxx/slack/cloud-build/conf.yaml": yaml: unmarshal errors:
Hi guys,
I'm getting this error on deployment :
My config file seems reachable. When I specify a not existing config path, it throws a different error.
Any idea?
conf.yaml
message.json
The text was updated successfully, but these errors were encountered: