Hi,
I have a pipeline using the firebase-deploy pipe (atlassian/firebase-deploy:0.3.0). It seems to do the deploy but results in an error. This fails the step even though the deployment was successful.
The pipe set up is:
- pipe: atlassian/firebase-deploy:0.3.0 variables:
FIREBASE_TOKEN: "$FIREBASE_TOKEN"
EXTRA_ARGS: "--only hosting:$FIREBASE_TARGET"
And the error is:
<span>Error:</span><span> An unexpected error has occurred.</span><span>Traceback (most recent call last):</span><span> File "/usr/bin/main.py", line 62, in <module></span><span> run_pipe()</span><span> File "/usr/bin/main.py", line 55, in run_pipe</span><span> fail(message=result.stderr.strip())</span><span>AttributeError: 'NoneType' object has no attribute 'strip'<br></span>
This appears before the error message:
<span>i </span><span>deploying </span><span>hosting<br></span><span>✔ </span><span>Deploy complete!<br></span>