The API for font building is inadequate
I've ran into #127 myself. Though the proposed solution does work, I find it inadequate from the API viewpoint
@matthewyost Good morning. Thanks for reporting the issue.
If you check here, it executes the changeset. Then based on the value of shouldWait, it might wait if it is true (default it false). If shouldWait is not enabled, it returns immediately with success code.
Could you please share the following:
- Are you passing flag
--stack-waitwith valuefalsetodotnet lambda deploy-serverlesscommand? - Share minimal reproducible code sample to reproduce the issue.
- How are you executing
dotnet lambda deploy-serverlesscommand? Is it executed via some shell script since per log screenshot, you appear to capture the exit code of bash? If yes,- Could you check if your script is returning
0? - For testing, could you execute
dotnet lambda deploy-serverlesscommand outside the shell script and inspect the output ofecho $?command (this should return exit code of last command executed)?
- Could you check if your script is returning
Thanks, Ashish
Edit: This does work; however, it cannot be the last parameter in the command line or it will not be honored.
That didn’t work for me if it was set to true:
/home/ubuntu/Agent01/_work/_temp/awsshellscript_1123355.sh: line 3: --stack-wait: command not found
@matthewyost Thanks for your reply. Please share the below information:
- Share minimal reproducible code sample to reproduce the issue.
- How are you executing
dotnet lambda deploy-serverlesscommand? Is it executed via some shell script since per log screenshot, you appear to capture the exit code of bash? (This appears to be the case per your last response)- Could you check if your script is returning
0? - Share minimal snippet of your shell script.
- For testing, could you execute
dotnet lambda deploy-serverlesscommand outside the shell script and inspect the output ofecho $?command (this should return exit code of last command executed)?
- Could you check if your script is returning
Thanks, Ashish
This issue has not received a response in 5 days. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.