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
We narrowed it down via Dockerfile and entrypoint.sh that this CLI is the actual one returning 0.
We haven't tried directly calling the CLI, but it looks like the problem is here.
References or Related Issues
N/A
The text was updated successfully, but these errors were encountered:
Go Version
Not sure, we're using https://github.com/newrelic/deployment-marker-action which has a Dockerfile.
Current behavior
We got a fatal error, but the exit code is 0.
Expected behavior
Somehow the error is propagated to the Workflow running the action.
https://github.com/newrelic/deployment-marker-action/blob/main/entrypoint.sh seems to do its part.
Steps To Reproduce
Steps to reproduce the behavior:
Debug Output (if applicable)
(Look for bold text.
...
was used to redact.)Additional Context
We narrowed it down via Dockerfile and entrypoint.sh that this CLI is the actual one returning 0.
We haven't tried directly calling the CLI, but it looks like the problem is here.
References or Related Issues
N/A
The text was updated successfully, but these errors were encountered: