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
Prevents nil pointer exception when checking length of secrets. The
`hmac` field in the RPC provider options is an optional field, if it is
not defined, it will result in nil pointer exeption.
- Added nil pointer check for `rpc.hmac` for machine and task in
`doReconcile` step.
- Added unit tests for this situation.
0 commit comments