I am using GitHub actions to deploy code through copilot cli. When deploying for some reason GitHub appends the log instead of replacing it as in my local computer.
So is there any option to render logs only after certain interval of time let's say 20 sec.
I found a GitHub issue where it is said that setting CI=true will fix the issue but no success.
This is the command I ran
CI=true copilot svc deploy --name servicex --env envx
Hi @sunaulo-suhail that fix is not out yet and it will be released with v1.8.0 soon!
I'll update this issue once the new binary is out :)
Thanks @efekarakus sir, is there any workaround for now? Any config in GitHub Actions or other hack you know.
I think for now, the best workaround is what @coopsmoss does: https://github.com/aws/copilot-cli/discussions/2322#discussioncomment-739959 .
Thanks @efekarakus I will definitely try that out, should I keep this issue open or close it, If I should keep this issue open can you suggest me a good title for the issue so that other developers can google the same.
I've updated the issue title! We can keep it open until the release is out :)
This is now resolved in v1.8.0 馃コ https://github.com/aws/copilot-cli/releases/tag/v1.8.0
Most helpful comment
I've updated the issue title! We can keep it open until the release is out :)